We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbcb74 commit 9b6a004Copy full SHA for 9b6a004
src/FieldDisplaySetting/index.css
@@ -1,5 +1,10 @@
1
+.field-setting .field-setting-header,
2
+.field-setting .field-setting-header .form-label {
3
+ cursor: pointer;
4
+}
5
+
6
.field-setting .field-setting-header .expand-button {
- color: #ccc;
7
+ color: #999;
8
font-size: 10px;
9
cursor: pointer;
10
transition: transform .3s cubic-bezier(.645,.045,.355,1);
@@ -10,12 +15,12 @@
15
}
11
16
12
17
.field-setting .field-setting-header .expand-button:hover {
13
- color: #3a2121;
18
+ color: #555;
14
19
20
21
22
.field-setting .field-setting-banner .show-all-button {
- color: #FF8000;
23
+ color: #ed7109;
24
25
font-size: 12px;
26
0 commit comments