Skip to content

Commit

Permalink
gtk: Update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nana-4 committed Sep 22, 2018
1 parent 0f79a63 commit 6438e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_sass/gtk/_common-3.20.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1116,8 +1116,8 @@ headerbar {
}

&.selection-mode {
// FIXME: 0.00001s is workaround for transition bug of gtk+ 3.22
// see https://bugzilla.gnome.org/show_bug.cgi?id=774064
// 0.00001s was a workaround for https://gitlab.gnome.org/GNOME/gtk/issues/698
// but let's keep it for backwards compatibility.
transition: background-color 0.00001s $longer_duration, color $longer_duration $deceleration_curve;
animation: header_ripple_effect $longer_duration $deceleration_curve;
box-shadow: $shadow_1, inset 0 1px $alt_highlight_color;
Expand Down

0 comments on commit 6438e19

Please sign in to comment.