Fixed blur-my-shell issues

This commit is contained in:
vinceliuice
2023-01-08 10:06:02 +08:00
parent 503e201216
commit 75e31dc9d8
3 changed files with 80 additions and 4 deletions

View File

@@ -45,7 +45,8 @@
padding: $base_padding * 3;
border: none;
box-shadow: none;
background: none;
background-color: transparent !important;
background-image: none !important;
text-shadow: none;
color: on(black, secondary);
}

View File

@@ -147,3 +147,78 @@
.pop-shell-tab-urgent {
background: $error;
}
//
// Blur my shell
//
#panel.light-panel,
#panel.dark-panel,
#panel.transparent-panel {
.panel-button {
color: on(dark, secondary) !important;
&.clock-display {
.clock {
color: on(dark, secondary) !important;
}
}
&:hover {
color: on(dark, secondary) !important;
background-color: on(dark, divider) !important;
&.clock-display {
.clock {
background-color: on(dark, divider) !important;
}
}
}
&:active, &:checked, &:focus {
color: on(dark) !important;
background-color: on(dark, track) !important;
&.clock-display {
.clock {
background-color: on(dark, track) !important;
}
}
}
&:hover, &:active, &:overview, &:focus, &:checked {
&.clock-display {
background-color: transparent !important;
.clock {
color: on(dark) !important;
}
}
}
}
}
.overview-components-transparent,
.overview-components-light,
.overview-components-dark {
.search-entry {
caret-color: on(dark) !important;
.search-entry-icon {
color: on(dark, secondary) !important;
}
StLabel.hint-text {
color: on(dark, track) !important;
}
}
.search-section-content {
border-radius: $icon_radius;
}
.search-section-separator {
height: 0 !important;
background-color: transparent !important;
}
}

View File

@@ -1160,7 +1160,6 @@ $weather_forecast_color: #ae7b03;
.forecast-card {
transition: border-radius 100ms ease-out;
border-radius: $corner-radius;
border-width: 1px 0;
}
.forecast-card separator {
@@ -1177,6 +1176,7 @@ $weather_forecast_color: #ae7b03;
margin-left: 0;
margin-right: 0;
border-radius: 0;
border-width: 1px 0;
}
.forecast-temperature-label {