Skip to content

Commit dd13e3b

Browse files
megaxlots0logs
authored andcommitted
* Fixed scrollbar horizontal icon name. Reference code: GNOME/gtk@63c18bb (#599)
1 parent e4cb539 commit dd13e3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/gtk-3.20/scss/widgets/_scrollbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@
120120
&.horizontal {
121121
button {
122122
&.down {
123-
-gtk-icon-source: -gtk-icontheme("pan-right-symbolic");
123+
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
124124
border-left: 1px solid $borders_color;
125125
}
126126

127127
&.up {
128-
-gtk-icon-source: -gtk-icontheme("pan-left-symbolic");
128+
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
129129
border-right: 1px solid $borders_color;
130130
}
131131
}

0 commit comments

Comments
 (0)