chore: removed duplicate statusbar selector
mellbacon committed
May 24, 2023 at 17:14 UTC
dba72ebd978403088482d8c108c22e02f6391c24
1 file changed
+2
-5
src/theme.scss
+2
-5
@@ -64,6 +64,8 @@ html {
64
}
65
#statusbar {
66
height: $statusbar-height;
67
+ box-shadow: 0px -1px 0 0px var(--window-borderColor);
68
+ height: calc($statusbar-height + 0.1rem);
69
}
70
#workspace {
71
line-height: $header-height;
@@ -187,8 +189,3 @@ html {
189
.ͼ4 .cm-line::selection, .ͼ2 .cm-selectionBackground {
190
background-color: #4d5054 !important;
191
}
190
-
191
-#statusbar {
192
- box-shadow: 0px -1px 0 0px var(--window-borderColor);
193
- height: calc($statusbar-height + 0.1rem);
194
-}