Fix close button appearances in choosers & dialogs

pull/10467/head
Thibaud Colas 2023-05-23 09:23:38 +01:00
rodzic 13df497014
commit cf116f90cf
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -57,7 +57,7 @@
&__close-icon {
width: theme('spacing.4');
height: theme('spacing.4');
color: theme('colors.text-context');
color: theme('colors.grey.600');
}
&__content {

Wyświetl plik

@ -93,12 +93,12 @@ $zindex-modal-background: 500;
inset-inline-end: theme('spacing.3');
width: theme('spacing.8');
height: theme('spacing.8');
color: theme('colors.surface-page');
color: theme('colors.text-button');
z-index: 1;
&:hover {
background-color: theme('colors.surface-menu-item-active');
color: theme('colors.text-label-menus-active');
color: theme('colors.text-button');
}
}