diff options
author | Jakub Steiner <jimmac@gmail.com> | 2020-12-09 11:52:49 +0100 |
---|---|---|
committer | Jakub Steiner <jimmac@gmail.com> | 2020-12-09 12:16:15 +0100 |
commit | a76ee61e9792c7c90b89281f9ecd8830895cd30c (patch) | |
tree | a08adf0ec98f01d2a4c70798c7595256dad8a5ec /gtk | |
parent | 2caf283323463045e252495a702b56deb0cf5a4e (diff) | |
download | gtk+-a76ee61e9792c7c90b89281f9ecd8830895cd30c.tar.gz |
Adwaita: row transitions and spacingwip/jimmac/row-transitions-and-spacing
- no fading out of row hovers. Many feel like it's a slow
refresh rather than intentional effect.
- give some margin to navigation lists
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3434
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index ea5df7a045..2fb68a6f8e 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3249,12 +3249,8 @@ list { } row { - transition: all 150ms $ease-out-quad; - @include focus-ring(); - &:hover { transition: none; } - &.activatable { &.has-open-popup, // this is for indicathing which row generated a popover see https://bugzilla.gnome.org/show_bug.cgi?id=754411 @@ -3614,7 +3610,7 @@ separator.sidebar { min-height: 36px; padding: 0 8px; border-radius: $menu-margin; - margin: 0 $menu-margin; + margin: 0 $menu-margin 2px; &:hover, &:focus-visible:focus-within { |