]> BookStack Code Mirror - bookstack/commitdiff
Adjusted code manager changes for dark mode
authorDan Brown <redacted>
Mon, 20 Jun 2022 22:06:54 +0000 (23:06 +0100)
committerDan Brown <redacted>
Mon, 20 Jun 2022 22:06:54 +0000 (23:06 +0100)
resources/sass/_components.scss

index 03411301b8b3ed57dd334a4c22da4e5ddad5f677..fe04784b2d33b115a017b2f69eac8bd3186c4b7e 100644 (file)
@@ -658,7 +658,10 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
 .code-editor .lang-options button {
   display: block;
   padding: $-xs $-m;
-  border-bottom: 1px solid #eee;
+  border-bottom: 1px solid;
+  @include lightDark(color, #333, #AAA);
+  @include lightDark(border-bottom-color, #EEE, #000);
+  cursor: pointer;
   width: 100%;
   text-align: left;
   font-family: $mono;