forked from Shinonome/dots-hyprland
ags: reimplement tabs
This commit is contained in:
@@ -231,4 +231,27 @@ popover {
|
||||
|
||||
.gap-h-15 {
|
||||
min-width: 1.023rem;
|
||||
}
|
||||
|
||||
.tab-btn {
|
||||
@include small-rounding;
|
||||
@include element_decel;
|
||||
min-height: 2.5rem;
|
||||
color: $onSurface;
|
||||
}
|
||||
|
||||
.tab-btn:hover,
|
||||
.tab-btn:focus {
|
||||
background-color: $hovercolor;
|
||||
}
|
||||
|
||||
.tab-btn-active>box>label {
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
.tab-indicator {
|
||||
transition: 180ms ease-in-out; // Doesn't look that good, but it syncs with the GtkStack
|
||||
min-height: 0.205rem;
|
||||
padding: 0rem 1.023rem;
|
||||
color: $primary;
|
||||
}
|
||||
Reference in New Issue
Block a user