kopia lustrzana https://github.com/wagtail/wagtail
Fix close button appearances in choosers & dialogs
rodzic
13df497014
commit
cf116f90cf
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue