@@ -1902,51 +1902,13 @@ StScrollBar {
19021902 .overview-icon { icon-size : 96px ; }
19031903}
19041904
1905- // .app-display { spacing: 20px; }
1906-
19071905.system-action-icon {
19081906 background-color : $bg_color ;
19091907 color : $fg_color ;
19101908 border-radius : 99px ;
19111909 icon-size : 48px ;
19121910}
19131911
1914- // favorties | all toggle container
1915- .app-view-controls { padding-bottom : 32px ; }
1916-
1917- // favorties | all toggle button
1918- .app-view-control {
1919- padding : 4px 32px ;
1920- margin : 0 ;
1921-
1922- @include button (osd);
1923-
1924- @if $variant == ' lighter' {
1925- background-color : opacify ($osd_button_bg , 0.4 );
1926- border-color : transparentize ($osd_button_border , 0.2 );
1927- }
1928-
1929- & :hover {
1930- @include button (osd- hover);
1931-
1932- @if $variant == ' lighter' {
1933- background-color : opacify (darken ($osd_button_bg , 5% ), 0.4 );
1934- border-color : transparentize ($osd_button_border , 0.2 );
1935- }
1936- }
1937-
1938- & :checked {
1939- color : $selected_fg_color ;
1940- background-color : $selected_bg_color ;
1941- }
1942-
1943- & :first-child :ltr ,
1944- &:last- child:rtl { border-radius : 2px 0 0 2px ; border-right-width : 0 ; }
1945-
1946- & :last-child :ltr,
1947- & :first-child :rtl { border-radius : 0 2px 2px 0 ; border-left-width : 0 ;}
1948- }
1949-
19501912//
19511913// Icon Tile
19521914//
@@ -2095,8 +2057,6 @@ StScrollBar {
20952057 & :active .page-indicator-icon { background-color : $selected_bg_color ; }
20962058}
20972059
2098- .no-frequent-applications-label { @extend %status_text ; }
2099-
21002060.app-well-app > .overview-icon.overview-icon-with-label ,
21012061.grid-search-result .overview-icon.overview-icon-with-label {
21022062 padding : 10px 8px 5px 8px ;
@@ -2145,8 +2105,7 @@ StScrollBar {
21452105}
21462106
21472107// Some hacks I don't even
2148- .all-apps ,
2149- .frequent-apps > StBoxLayout {
2108+ .all-apps {
21502109 // horizontal padding to make sure scrollbars or dash don't overlap content
21512110 padding : 0px 88px 10px 88px ;
21522111}
0 commit comments