Skip to content

Commit 66de167

Browse files
committed
Gulp lint updates
1 parent 5419521 commit 66de167

File tree

1 file changed

+9
-22
lines changed

1 file changed

+9
-22
lines changed

src/css/helios-gcx.css

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,17 @@ feedback-stars {
337337

338338
.full-articles .doc {
339339
margin: 0 0 0 2em;
340+
-ms-overflow-style: none;
341+
/* for Internet Explorer, Edge */
342+
scrollbar-width: none;
343+
/* for Firefox */
344+
overflow-y: scroll;
345+
padding: 0;
340346
}
341347

342348
.enlighter-default {
343349
margin: 0!important;
350+
font-family: 'Roboto Mono', monospace!important;
344351
}
345352

346353
gcx-full-code {
@@ -350,22 +357,15 @@ gcx-full-code {
350357
scrollbar-width: none;
351358
/* for Firefox */
352359
overflow-y: scroll;
360+
flex: 0 1 50%;
361+
min-width: auto;
353362
}
354363

355364
gcx-full-code::-webkit-scrollbar {
356365
display: none;
357366
/* for Chrome, Safari, and Opera */
358367
}
359368

360-
.full-articles .doc {
361-
-ms-overflow-style: none;
362-
/* for Internet Explorer, Edge */
363-
scrollbar-width: none;
364-
/* for Firefox */
365-
overflow-y: scroll;
366-
padding: 0;
367-
}
368-
369369
.full-articles .doc::-webkit-scrollbar {
370370
display: none;
371371
/* for Chrome, Safari, and Opera */
@@ -410,11 +410,6 @@ gcx-full {
410410
width: 100%;
411411
}
412412

413-
gcx-full-code {
414-
flex: 0 1 50%;
415-
min-width: auto;
416-
}
417-
418413

419414
/*Button in Header*/
420415

@@ -930,10 +925,6 @@ label.switch_label:after {
930925

931926
/* Right Block - Code */
932927

933-
.enlighter-default {
934-
font-family: 'Roboto Mono', monospace!important;
935-
}
936-
937928
.enlighter-t-bootstrap4 .enlighter-m0 {
938929
color: #8A3FFC!important;
939930
}
@@ -1001,10 +992,6 @@ label.switch_label:after {
1001992
background-color: #20293A!important;
1002993
}
1003994

1004-
.dark-mode .doc .sect1.active {
1005-
background-color: #20293A!important;
1006-
}
1007-
1008995
.dark-mode .enlighter-t-bootstrap4 div.enlighter>div.enlighter-special {
1009996
background-color: #20293A!important;
1010997
}

0 commit comments

Comments
 (0)