mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
quickSettings: Add QuickSlider
Between input/output volume and brightness, we have enough use cases for a common slider QuickSettingsItem, in particular as the items can have a menu. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2393>
This commit is contained in:
parent
4b9dcb3f89
commit
c2e8f41bdf
2 changed files with 97 additions and 1 deletions
|
|
@ -39,6 +39,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
.quick-slider {
|
||||
padding: $base_padding;
|
||||
|
||||
.slider-bin {
|
||||
&:focus {@include button(focus);}
|
||||
min-height: 16px; // slider size
|
||||
padding: $base_padding;
|
||||
border-radius: 99px;
|
||||
}
|
||||
.quick-toggle-icon { icon-size: $base_icon_size; }
|
||||
.icon-button { background-color: transparent; }
|
||||
}
|
||||
|
||||
.quick-toggle-menu {
|
||||
@include card();
|
||||
padding: 1.5 * $base_padding;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue