osds: more visible
Also launcher drop var
This commit is contained in:
parent
9bbb2ca3c9
commit
ef9485dc3f
2 changed files with 6 additions and 2 deletions
|
|
@ -381,6 +381,8 @@ export default class Launcher extends Widget.Window {
|
||||||
|
|
||||||
// Clear search on hide if not in math mode
|
// Clear search on hide if not in math mode
|
||||||
this.connect("hide", () => mode.get() !== "math" && entry.set_text(""));
|
this.connect("hide", () => mode.get() !== "math" && entry.set_text(""));
|
||||||
|
|
||||||
|
this.connect("destroy", () => showResults.drop());
|
||||||
}
|
}
|
||||||
|
|
||||||
open(mode: Mode) {
|
open(mode: Mode) {
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,11 @@
|
||||||
.brightness,
|
.brightness,
|
||||||
.volume {
|
.volume {
|
||||||
@include lib.rounded(8);
|
@include lib.rounded(8);
|
||||||
|
@include lib.border(scheme.$overlay0, 0.1);
|
||||||
|
@include lib.shadow;
|
||||||
@include font.icon;
|
@include font.icon;
|
||||||
|
|
||||||
background-color: scheme.$mantle;
|
background-color: scheme.$base;
|
||||||
font-size: lib.s(28);
|
font-size: lib.s(28);
|
||||||
padding: lib.s(3);
|
padding: lib.s(3);
|
||||||
|
|
||||||
|
|
@ -18,7 +20,7 @@
|
||||||
min-width: lib.s(300);
|
min-width: lib.s(300);
|
||||||
min-height: lib.s(32);
|
min-height: lib.s(32);
|
||||||
background-color: scheme.$teal;
|
background-color: scheme.$teal;
|
||||||
color: scheme.$mantle;
|
color: scheme.$base;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue