Adjusted code manager changes for dark mode

This commit is contained in:
Dan Brown 2022-06-20 23:06:54 +01:00
parent 75110813e6
commit d181106df3
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View 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;