mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
chore: refactor settings (#2846)
* small type changes and clear todos * handle notifications and metrics * wip * fixes * migration * dedup all urls * better handling of clearnet ips * add rfkill dependency * chore: refactor settings --------- Co-authored-by: Matt Hill <mattnine@protonmail.com> Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -103,8 +103,6 @@ tui-hint[data-appearance='onDark'] {
|
||||
tui-dropdown[data-appearance='start-os'][data-appearance='start-os'] {
|
||||
border: 0;
|
||||
backdrop-filter: blur(0.25rem);
|
||||
border-radius: 0.325rem;
|
||||
// TODO: Replace --tui-background-elevation-2 when Taiga UI is updated
|
||||
background-color: color-mix(
|
||||
in hsl,
|
||||
var(--tui-background-elevation-3) 75%,
|
||||
@@ -129,30 +127,6 @@ tui-dropdown[data-appearance='start-os'][data-appearance='start-os'] {
|
||||
inset 0 1px rgba(255, 255, 255, 0.15),
|
||||
inset 0 0 1rem rgba(0, 0, 0, 0.25),
|
||||
var(--tui-shadow-medium);
|
||||
|
||||
tui-opt-group {
|
||||
&::before {
|
||||
background: var(--tui-background-neutral-1);
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
[tuiOption] {
|
||||
border-radius: 0.1875rem !important;
|
||||
transition-property: background, box-shadow;
|
||||
|
||||
&:focus,
|
||||
&._with-dropdown {
|
||||
box-shadow:
|
||||
inset 0 -1px rgba(0, 0, 0, 0.3),
|
||||
inset 0 1px rgba(255, 255, 255, 0.1),
|
||||
inset 0 -3rem 4rem -2rem rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[tuiSidebar] > div.t-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user