mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-23 17:29:57 -05:00
internal: sidebar: apis: cleaner tabs
This commit is contained in:
@@ -274,6 +274,20 @@ popover {
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
.tab-icon {
|
||||
@include element_decel;
|
||||
@include full-rounding;
|
||||
min-width: 2.182rem;
|
||||
min-height: 2.182rem;
|
||||
font-size: 1.406rem;
|
||||
color: $onSurface;
|
||||
}
|
||||
|
||||
.tab-icon-active {
|
||||
background-color: $secondaryContainer;
|
||||
color: $onSecondaryContainer;
|
||||
}
|
||||
|
||||
widget {
|
||||
@include small-rounding;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user