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);
|
||||
}
|
||||
|
||||
[data-nodedc-theme="light"] .catalog-icon-catalog .catalog-icon-tile__surface,
|
||||
[data-nodedc-theme="light"] .catalog-icon-catalog .nodedc-icon-button {
|
||||
background: #dedee0;
|
||||
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);
|
||||
[data-nodedc-theme="light"] .catalog-icon-catalog .catalog-icon-tile {
|
||||
background: #f0f0f2;
|
||||
box-shadow: inset 0 0 0 1px #e4e4e7;
|
||||
}
|
||||
|
||||
.catalog-header-theme-switch {
|
||||
|
|
|
|||
Loading…
Reference in New Issue