0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 05:02:57 +01:00

Use inactive field border styles for read-only FieldPanel

This commit is contained in:
Thibaud Colas 2023-07-17 11:15:35 +01:00 committed by Sage Abdullah
parent 3ae40d87f0
commit be2eb7fafc
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217

View File

@ -15,4 +15,9 @@
position: relative;
overflow: hidden;
overflow-wrap: break-word;
&,
&:hover {
border-color: theme('colors.border-field-inactive');
}
}