roundabout,
created on Friday, 24 July 2020, 02:43:03 (1595558583),
received on Sunday, 11 May 2025, 13:22:54 (1746969774)
Author identity: nana-4 <hnmaigo@gmail.com>
4e36dac5bfc0de5e8f29e382c7a7bb19028201d9
src/gnome-shell/sass/_extensions.scss
@@ -98,7 +98,6 @@
background-color: $scrim;
}
/* GPaste */
.popup-menu {
@@ -108,17 +107,24 @@
selected-color: $on-surface;
@include entry(normal);
&:hover { @include entry(hover); }
&:hover {
@include entry(hover);
}
&:focus {
@include entry(focus);
color: $on-surface;
}
.search-entry-icon { color: hint($on-surface); }
.search-entry-icon {
color: hint($on-surface);
}
&:hover, &:focus {
.search-entry-icon { color: $on-surface; }
&:hover,
&:focus {
.search-entry-icon {
color: $on-surface;
}
}
}
}