From 8242914f0f4843c30cd841ed5156384e8d9be207 Mon Sep 17 00:00:00 2001 From: Lains Date: Fri, 23 Aug 2024 14:03:04 -0300 Subject: [PATCH] _tauos.scss - New CSS class --- Helium/gtk-4.0/_tauos.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Helium/gtk-4.0/_tauos.scss b/Helium/gtk-4.0/_tauos.scss index 0b1186a..91e17af 100644 --- a/Helium/gtk-4.0/_tauos.scss +++ b/Helium/gtk-4.0/_tauos.scss @@ -1203,6 +1203,27 @@ $colors: ( } } +.content-flowbox { + background: inherit; + + flowboxchild { + border: none; + background: transparent; + + &:selected:hover { + background: transparent; + color: $accent_color; + } + + &:selected, + &:hover, + &:active { + background: transparent; + color: $accent_color; + } + } +} + .content-list { background: inherit;