Highlight light icon tiles instead of glyph surfaces
This commit is contained in:
parent
77a8a32ff6
commit
888fdbeb69
|
|
@ -366,17 +366,9 @@ textarea {
|
||||||
color: var(--nodedc-text-primary);
|
color: var(--nodedc-text-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-nodedc-theme="light"] .catalog-icon-catalog .catalog-icon-tile__surface,
|
[data-nodedc-theme="light"] .catalog-icon-catalog .catalog-icon-tile {
|
||||||
[data-nodedc-theme="light"] .catalog-icon-catalog .nodedc-icon-button {
|
background: #f0f0f2;
|
||||||
background: #dedee0;
|
box-shadow: inset 0 0 0 1px #e4e4e7;
|
||||||
color: var(--nodedc-text-secondary);
|
|
||||||
box-shadow: inset 0 0 0 1px #d2d2d5;
|
|
||||||
}
|
|
||||||
|
|
||||||
[data-nodedc-theme="light"] .catalog-icon-catalog .nodedc-icon-button:hover,
|
|
||||||
[data-nodedc-theme="light"] .catalog-icon-catalog .nodedc-icon-button:focus-visible {
|
|
||||||
background: #d4d4d7;
|
|
||||||
color: var(--nodedc-text-secondary);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.catalog-header-theme-switch {
|
.catalog-header-theme-switch {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue