summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-28 13:39:18 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-28 13:39:18 +1100
commitc314fe43cdbdde957d6440688a3a019d87b3ec03 (patch)
tree378b57d2c79fffeec180eaf9c8b336997027de69 /scss
parentlauncher: apps mode (diff)
downloadcaelestia-shell-c314fe43cdbdde957d6440688a3a019d87b3ec03.tar.gz
caelestia-shell-c314fe43cdbdde957d6440688a3a019d87b3ec03.tar.bz2
caelestia-shell-c314fe43cdbdde957d6440688a3a019d87b3ec03.zip
launcher: files mode
Diffstat (limited to 'scss')
-rw-r--r--scss/launcher.scss23
1 files changed, 3 insertions, 20 deletions
diff --git a/scss/launcher.scss b/scss/launcher.scss
index 7535699..3c4ff0b 100644
--- a/scss/launcher.scss
+++ b/scss/launcher.scss
@@ -80,14 +80,12 @@
.result {
@include lib.element-decel;
+ border-bottom: lib.s(2) solid transparent;
+ padding-left: lib.s(10);
+
.icon {
font-size: lib.s(32);
}
- }
-
- .apps .result {
- border-bottom: lib.s(2) solid transparent;
- padding-left: lib.s(10);
& > box {
@include lib.spacing(10);
@@ -107,21 +105,6 @@
}
}
- // .result {
- // @include lib.element-decel;
-
- // padding: lib.s(5) lib.s(10);
-
- // &:hover,
- // &:focus {
- // background-color: scheme.$surface0;
- // }
-
- // &:active {
- // background-color: scheme.$surface1;
- // }
- // }
-
.pinned-app {
@include lib.rounded(5);