Gnome-Shell: update panel theme tweaks
This commit is contained in:
@@ -117,7 +117,6 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
}
|
||||
|
||||
/* TOP BAR */
|
||||
/*
|
||||
#panel {
|
||||
$_panel_bg: transparentize($bg_color, .2);
|
||||
$_panel_fg: if($variant=='light', black, white);
|
||||
@@ -125,8 +124,6 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
background: $_panel_bg;
|
||||
text-shadow: $_panel_text_shadow;
|
||||
|
||||
.popup-menu-arrow { width: 0; }
|
||||
|
||||
StIcon { icon-shadow: $_panel_text_shadow; }
|
||||
|
||||
&.unlock-screen,
|
||||
@@ -139,11 +136,9 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
}
|
||||
}
|
||||
|
||||
.panel-corner { -panel-corner-radius: 0; }
|
||||
|
||||
.panel-button {
|
||||
color: $_panel_fg;
|
||||
&:active, &:focus, &:overview, &:checked {
|
||||
&:hover, &:active, &:focus, &:overview, &:checked {
|
||||
color: $_panel_fg;
|
||||
box-shadow: inset 0 0 0 100px rgba(255, 255, 255, if($variant == 'light', 1, .2));
|
||||
}
|
||||
@@ -151,7 +146,7 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
|
||||
.panel-button.clock-display {
|
||||
// Move highlight from .panel-button to .clock
|
||||
&:active, &:overview, &:focus, &:checked {
|
||||
&:hover, &:active, &:overview, &:focus, &:checked {
|
||||
box-shadow: none;
|
||||
|
||||
.clock {
|
||||
|
||||
Reference in New Issue
Block a user