mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
tab toolbar POC
This commit is contained in:
@@ -36,14 +36,15 @@
|
||||
border-right: 1px solid var(--theme-border);
|
||||
align-self: stretch;
|
||||
display: flex;
|
||||
user-select: none;
|
||||
}
|
||||
.button.disabled {
|
||||
color: var(--theme-font-3);
|
||||
}
|
||||
.button:hover {
|
||||
.button:hover:not(.disabled) {
|
||||
background: var(--theme-bg-2);
|
||||
}
|
||||
.button:active:hover {
|
||||
.button:active:hover:not(.disabled) {
|
||||
background: var(--theme-bg-3);
|
||||
}
|
||||
.icon {
|
||||
|
||||
Reference in New Issue
Block a user