tab toolbar POC

This commit is contained in:
Jan Prochazka
2022-02-12 11:53:28 +01:00
parent 50984cae89
commit b459ee250c
7 changed files with 152 additions and 14 deletions

View File

@@ -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 {