Browse Source

Use inactive field border styles for read-only FieldPanel

Thibaud Colas 1 year ago
parent
commit
be2eb7fafc
1 changed files with 5 additions and 0 deletions
  1. 5 0
      client/scss/components/forms/_field-textoutput.scss

+ 5 - 0
client/scss/components/forms/_field-textoutput.scss

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