style: removed unused classes
mellbacon committed
Aug 18, 2024 at 16:14 UTC
ed2153ffbd7745364dac89087ac26ba9e174c997
1 file changed
-25
src/theme.scss
-25
@@ -247,31 +247,6 @@ button:focus {
247
border-right: 0.5px solid var(--window-borderColor);
248
}
249
250
-.cm-content {
251
- color: var(--editor-foreground);
252
-}
253
-
254
-.cm-activeLine {
255
- background-color: var(--editor-activeLineBackground) !important;
256
-}
257
-.cm-gutters {
258
- background-color: var(--editor-background) !important;
259
- color: var(--editor-gutterForeground) !important;
260
- border: none !important;
261
-}
262
-.cm-activeLineGutter {
263
- color: var(--editor-gutterActiveForeground) !important;
264
- background-color: var(--editor-gutterActiveBackground) !important;
265
-}
266
-.cm-scroller {
267
- background-color: var(--editor-background);
268
-}
269
-.cm-cursor {
270
- border-left-color: var(--window-foreground) !important;
271
-}
272
-.ͼ4 .cm-line::selection, .ͼ2 .cm-selectionBackground {
273
- background-color: #4d5054 !important;
274
-}
250
.rename-input .divider {
251
background-color: var(--window-inputBorder);
252
}