@@ -1915,21 +1915,21 @@ button.image-button.disclosure-button {
1915
1915
padding : px-to-rem (6px ) px-to-rem (18px ) px-to-rem (18px );
1916
1916
}
1917
1917
1918
- .bottom-sheet .circular {
1918
+ .bottom-sheet .disclosure-button {
1919
1919
padding : 0 ;
1920
1920
margin : 0 ;
1921
1921
min-height : 34px ;
1922
1922
min-width : 34px ;
1923
1923
}
1924
- .bottom-sheet .circular :hover {
1924
+ .bottom-sheet .disclosure-button :hover {
1925
1925
background : bg-color (2 );
1926
1926
color : $accent_color ;
1927
1927
}
1928
- .bottom-sheet .circular :active {
1928
+ .bottom-sheet .disclosure-button :active {
1929
1929
background : state-color ($accent_color , 1 );
1930
1930
color : $view_fg_color ;
1931
1931
}
1932
- .bottom-sheet .circular :hover:active {
1932
+ .bottom-sheet .disclosure-button :hover:active {
1933
1933
background : state-color ($accent_color , 2 );
1934
1934
color : $accent_color ;
1935
1935
}
@@ -1956,21 +1956,21 @@ button.image-button.disclosure-button {
1956
1956
}
1957
1957
}
1958
1958
1959
- .dialog-sheet .circular {
1959
+ .dialog-sheet .disclosure-button {
1960
1960
padding : 0 ;
1961
1961
margin : 0 ;
1962
1962
min-height : 34px ;
1963
1963
min-width : 34px ;
1964
1964
}
1965
- .dialog-sheet .circular :hover {
1965
+ .dialog-sheet .disclosure-button :hover {
1966
1966
background : bg-color (2 );
1967
1967
color : $accent_color ;
1968
1968
}
1969
- .dialog-sheet .circular :active {
1969
+ .dialog-sheet .disclosure-button :active {
1970
1970
background : state-color ($accent_color , 1 );
1971
1971
color : $view_fg_color ;
1972
1972
}
1973
- .dialog-sheet .circular :hover:active {
1973
+ .dialog-sheet .disclosure-button :hover:active {
1974
1974
background : state-color ($accent_color , 2 );
1975
1975
color : $accent_color ;
1976
1976
}
0 commit comments