mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01:00
Use a theme-agnostic color token for read-only panels support in dark mode
This commit is contained in:
parent
5fcb58f929
commit
3ae40d87f0
@ -8,7 +8,7 @@
|
||||
.w-field__textoutput {
|
||||
@include input-base();
|
||||
@apply w-body-text-large;
|
||||
background-color: theme('colors.grey.50');
|
||||
background-color: theme('colors.surface-field-inactive');
|
||||
width: 100%;
|
||||
padding: theme('spacing.[1.5]') theme('spacing.5');
|
||||
min-height: $text-input-height;
|
||||
|
Loading…
Reference in New Issue
Block a user