by roundabout, Friday, 15 November 2019, 12:51:43 (1573822303), pushed by roundabout, Sunday, 11 May 2025, 13:22:45 (1746969765)
Author identity: nana-4 <hnmaigo@gmail.com>
3a3b94e0c207560d97c555320fa1edfc3c751eb8
src/_sass/gtk/apps/_unity.scss
@@ -43,11 +43,12 @@ UnityDecoration {
.bottom {}
.menuitem {
border-radius: $corner-radius $corner-radius 0 0;
box-shadow: none; // Don't inherit from .top
color: $titlebar-text2;
&:hover {
box-shadow: inset 0 -2px $titlebar-indicator;
background-color: transparent;
background-color: $overlay-checked;
color: $titlebar-text;
}
}
@@ -84,8 +85,7 @@ UnityPanelWidget,
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
box-shadow: inset 0 -2px $titlebar-indicator;
background-color: transparent;
background-color: $overlay-checked;
color: $titlebar-text;
}