浏览代码

Use inactive field border styles for read-only FieldPanel

Thibaud Colas 1 年之前
父节点
当前提交
be2eb7fafc
共有 1 个文件被更改,包括 5 次插入0 次删除
  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');
+  }
 }