Stop using box mixin for a11y result row

pull/12895/head
Thibaud Colas 2025-02-18 15:58:00 +00:00 zatwierdzone przez Sage Abdullah
rodzic e8a3d753e3
commit 2d2953a28a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
1 zmienionych plików z 7 dodań i 9 usunięć

Wyświetl plik

@ -1,15 +1,13 @@
@use '../tools' as *;
@use '../../src/components/CommentApp/main.scss' as *;
.w-a11y-result__row {
@include box;
// stylelint-disable-next-line no-duplicate-selectors, scss/selector-no-redundant-nesting-selector
& {
padding: theme('spacing.4');
display: flex;
justify-content: space-between;
}
display: flex;
justify-content: space-between;
background-color: theme('colors.surface-page');
padding: theme('spacing.4');
border-radius: theme('borderRadius.DEFAULT');
color: theme('colors.text-context');
border: 1px solid theme('colors.border-furniture');
// Shows additional details within the CMS only.
.form-side--checks & {