Skip to content

Commit dc2897f

Browse files
committed
Fix this button style
1 parent 04ff13e commit dc2897f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Helium/gtk-4.0/_tauos.scss

+8-8
Original file line numberDiff line numberDiff line change
@@ -1915,21 +1915,21 @@ button.image-button.disclosure-button {
19151915
padding: px-to-rem(6px) px-to-rem(18px) px-to-rem(18px);
19161916
}
19171917

1918-
.bottom-sheet .circular {
1918+
.bottom-sheet .disclosure-button {
19191919
padding: 0;
19201920
margin: 0;
19211921
min-height: 34px;
19221922
min-width: 34px;
19231923
}
1924-
.bottom-sheet .circular:hover {
1924+
.bottom-sheet .disclosure-button:hover {
19251925
background: bg-color(2);
19261926
color: $accent_color;
19271927
}
1928-
.bottom-sheet .circular:active {
1928+
.bottom-sheet .disclosure-button:active {
19291929
background: state-color($accent_color, 1);
19301930
color: $view_fg_color;
19311931
}
1932-
.bottom-sheet .circular:hover:active {
1932+
.bottom-sheet .disclosure-button:hover:active {
19331933
background: state-color($accent_color, 2);
19341934
color: $accent_color;
19351935
}
@@ -1956,21 +1956,21 @@ button.image-button.disclosure-button {
19561956
}
19571957
}
19581958

1959-
.dialog-sheet .circular {
1959+
.dialog-sheet .disclosure-button {
19601960
padding: 0;
19611961
margin: 0;
19621962
min-height: 34px;
19631963
min-width: 34px;
19641964
}
1965-
.dialog-sheet .circular:hover {
1965+
.dialog-sheet .disclosure-button:hover {
19661966
background: bg-color(2);
19671967
color: $accent_color;
19681968
}
1969-
.dialog-sheet .circular:active {
1969+
.dialog-sheet .disclosure-button:active {
19701970
background: state-color($accent_color, 1);
19711971
color: $view_fg_color;
19721972
}
1973-
.dialog-sheet .circular:hover:active {
1973+
.dialog-sheet .disclosure-button:hover:active {
19741974
background: state-color($accent_color, 2);
19751975
color: $accent_color;
19761976
}

0 commit comments

Comments
 (0)