We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e0fc5 commit e850c21Copy full SHA for e850c21
1 file changed
Helium/gtk-4.0/_tauos.scss
@@ -2113,6 +2113,31 @@ $colors: (
2113
2
2114
);
2115
border-radius: 999px;
2116
+
2117
+ .vibrant {
2118
+ background: $accent_container_bg_color;
2119
+ color: $accent_container_fg_color;
2120
2121
+ & > box {
2122
+ padding: 4px 4px 4px 0;
2123
+ }
2124
2125
+ & .iconic-button:hover {
2126
+ background: background: state-color(
2127
+ $surface_container_bg_color,
2128
+ $accent_container_bg_color,
2129
+ 1
2130
+ );
2131
+ color: $window_fg_color;
2132
2133
+ & .iconic-button:active {
2134
2135
2136
2137
+ 2
2138
2139
2140
2141
}
2142
2143
0 commit comments