mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Fixed scrollbar horizontal icon name. Reference code: https://github.com/GNOME/gtk/commit/63c18bba51806884684d15ea8305255f9f45d10a (#599)
This commit is contained in:
committed by
Dustin Falgout
parent
e4cb5390c9
commit
dd13e3b57e
@@ -120,12 +120,12 @@
|
||||
&.horizontal {
|
||||
button {
|
||||
&.down {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-right-symbolic");
|
||||
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
|
||||
border-left: 1px solid $borders_color;
|
||||
}
|
||||
|
||||
&.up {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-left-symbolic");
|
||||
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
|
||||
border-right: 1px solid $borders_color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user