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:
parent
3ae40d87f0
commit
be2eb7fafc
@ -15,4 +15,9 @@
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
&,
|
||||
&:hover {
|
||||
border-color: theme('colors.border-field-inactive');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user