Skip to content

Commit 9b6a004

Browse files
opt style
1 parent 9dbcb74 commit 9b6a004

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/FieldDisplaySetting/index.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
.field-setting .field-setting-header,
2+
.field-setting .field-setting-header .form-label {
3+
cursor: pointer;
4+
}
5+
16
.field-setting .field-setting-header .expand-button {
2-
color: #ccc;
7+
color: #999;
38
font-size: 10px;
49
cursor: pointer;
510
transition: transform .3s cubic-bezier(.645,.045,.355,1);
@@ -10,12 +15,12 @@
1015
}
1116

1217
.field-setting .field-setting-header .expand-button:hover {
13-
color: #3a2121;
18+
color: #555;
1419
cursor: pointer;
1520
}
1621

1722
.field-setting .field-setting-banner .show-all-button {
18-
color: #FF8000;
23+
color: #ed7109;
1924
cursor: pointer;
2025
font-size: 12px;
2126
}

0 commit comments

Comments
 (0)