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 62ae8c4 commit 03b74e7Copy full SHA for 03b74e7
src/gtk-3.0/widgets/_checkbuttons.scss
@@ -198,6 +198,12 @@ radiobutton.image-button {
198
199
}
200
201
+ &.latte check,
202
+ &.latte radio {
203
+ background-color: #{'@LATTE_300'};
204
+ -gtk-icon-shadow: 0 1px 1px #{'@LATTE_500'};
205
+ }
206
+
207
&.auto radio {
208
background-image: url("assets/color-button-auto.png");
209
background-position: -1px -1px;
src/gtk-4.0/widgets/_checkbuttons.scss
@@ -188,6 +188,12 @@ checkbutton {
188
189
190
191
192
193
194
195
196
197
0 commit comments