kopia lustrzana https://github.com/wagtail/wagtail
Use a theme-agnostic color token for read-only panels support in dark mode
rodzic
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;
|
||||
|
|
Ładowanie…
Reference in New Issue