diff options
author | Mate <[email protected]> | 2021-07-10 09:19:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-02 23:56:01 +0200 |
commit | 8846ce194e3eebf04e38ed888704ba198f0bcdfb (patch) | |
tree | c0c2965c9aa174512ccec9bf0e44b97a63bdec3f /desktop-themes/YaruOk/gtk-3.0/_apps.scss | |
parent | bac22db189cfd81f15b3ae1b2970be87333860cb (diff) | |
download | mate-themes-8846ce194e3eebf04e38ed888704ba198f0bcdfb.tar.bz2 mate-themes-8846ce194e3eebf04e38ed888704ba198f0bcdfb.tar.xz |
fixing regressions mentioned by eldon
Diffstat (limited to 'desktop-themes/YaruOk/gtk-3.0/_apps.scss')
-rw-r--r-- | desktop-themes/YaruOk/gtk-3.0/_apps.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop-themes/YaruOk/gtk-3.0/_apps.scss b/desktop-themes/YaruOk/gtk-3.0/_apps.scss index ef2aaa7a..c54fcf21 100644 --- a/desktop-themes/YaruOk/gtk-3.0/_apps.scss +++ b/desktop-themes/YaruOk/gtk-3.0/_apps.scss @@ -121,6 +121,7 @@ $ambiance: null !default; margin: 5px; } + /* .path-bar-box { border-radius: 5px; border: 1px solid if($ambiance, darken($headerbar_bg_color, 9%), $borders_color); @@ -143,7 +144,7 @@ $ambiance: null !default; border-width: 0px 1px 0px 1px; border-radius: 0px 0px 0px 0px; } - + */ .nautilus-path-bar button:not(:checked) image { opacity: 0.8; } /* dim the icon when not checked */ // This is the Icon + Text beneath - it's one widget @@ -523,8 +524,8 @@ terminal-window { menubar, .menubar, menubar > menuitem:hover { - background-color: $headerbar_bg_color; - color:$headerbar_fg_color; + // background-color: $headerbar_bg_color; + // color:$headerbar_fg_color; } } |