summaryrefslogtreecommitdiff
path: root/pkgs/astal/src/style/widget/launcher.scss
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/astal/src/style/widget/launcher.scss')
-rw-r--r--pkgs/astal/src/style/widget/launcher.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/astal/src/style/widget/launcher.scss b/pkgs/astal/src/style/widget/launcher.scss
index b39d292..3b05aca 100644
--- a/pkgs/astal/src/style/widget/launcher.scss
+++ b/pkgs/astal/src/style/widget/launcher.scss
@@ -1,10 +1,10 @@
.launcher {
- > box {
- padding: 5em;
- background: gtkalpha($bg, 0.7);
- border-radius: $outer-radius;
- }
+ > box {
+ padding: 5em;
+ background: gtkalpha($bg, 0.7);
+ border-radius: $outer-radius $outer-radius 0 0;
+ }
.search {
margin-bottom: 5em;
@@ -16,14 +16,15 @@
}
.app {
- background: transparent;
+ background: transparent;
padding: $outer-gap;
margin: $outer-gap;
border-radius: $outer-radius;
min-width: 15em;
min-height: 15em;
- &:hover {
+ &:hover,
+ &.selected {
background: gtkalpha($hover-bg, .5);
}