mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
feat: add new dashboard (#2574)
* feat: add new dashboard * chore: comments * fix duplicate --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -195,3 +195,9 @@ tui-dropdown[data-appearance='start-os'][data-appearance='start-os'] {
|
||||
backdrop-filter: blur(1rem);
|
||||
background: rgb(34 34 34 / 80%);
|
||||
}
|
||||
|
||||
// TODO: Move to Taiga UI
|
||||
a[tuiIconButton]:not([href]) {
|
||||
pointer-events: none;
|
||||
opacity: var(--tui-disabled-opacity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user