mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-19 03:54:23 +02:00
add back refresh button for themes
This commit is contained in:
@@ -1258,12 +1258,18 @@ select {
|
||||
background-color 140ms ease;
|
||||
}
|
||||
|
||||
.settings-chip:hover {
|
||||
.settings-chip:hover:not(:disabled) {
|
||||
color: var(--control-text);
|
||||
border-color: var(--control-border-active);
|
||||
background: var(--control-bg-hover);
|
||||
}
|
||||
|
||||
.settings-chip:disabled {
|
||||
color: var(--text-muted);
|
||||
cursor: default;
|
||||
opacity: 0.72;
|
||||
}
|
||||
|
||||
.settings-chip.is-active {
|
||||
color: var(--control-text);
|
||||
border-color: var(--control-border-active);
|
||||
|
||||
Reference in New Issue
Block a user