Skip to content

Commit 681037c

Browse files
committed
Gulp lint
1 parent c06861a commit 681037c

File tree

1 file changed

+9
-25
lines changed

1 file changed

+9
-25
lines changed

src/css/helios-gcx.css

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -337,35 +337,20 @@ feedback-stars {
337337

338338
.full-articles .doc {
339339
margin: 0 0 0 2em;
340-
}
341-
342-
.enlighter-default {
343-
margin: 0!important;
344-
}
345-
346-
gcx-full-code {
347-
border: 1px solid #CED4DF;
348340
-ms-overflow-style: none;
349341
/* for Internet Explorer, Edge */
350342
scrollbar-width: none;
351343
/* for Firefox */
352344
overflow-y: scroll;
345+
padding: 0;
346+
height: auto!important;
353347
}
354348

355349
gcx-full-code::-webkit-scrollbar {
356350
display: none;
357351
/* for Chrome, Safari, and Opera */
358352
}
359353

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-
369354
.full-articles .doc::-webkit-scrollbar {
370355
display: none;
371356
/* for Chrome, Safari, and Opera */
@@ -407,16 +392,18 @@ schema#gcx-schema {
407392
z-index: 999;
408393
}
409394

410-
.full-articles .doc {
411-
height: auto!important;
412-
}
413-
414395
gcx-full {
415396
width: 100%;
416397
position: relative;
417398
}
418399

419400
gcx-full-code {
401+
border: 1px solid #CED4DF;
402+
-ms-overflow-style: none;
403+
/* for Internet Explorer, Edge */
404+
scrollbar-width: none;
405+
/* for Firefox */
406+
overflow-y: scroll;
420407
flex: 0 1 50%;
421408
min-width: auto;
422409
position: relative;
@@ -941,6 +928,7 @@ label.switch_label:after {
941928

942929
.enlighter-default {
943930
font-family: 'Roboto Mono', monospace!important;
931+
margin: 0!important;
944932
}
945933

946934
.enlighter-t-bootstrap4 .enlighter-m0 {
@@ -1010,10 +998,6 @@ label.switch_label:after {
1010998
background-color: #20293A!important;
1011999
}
10121000

1013-
.dark-mode .doc .sect1.active {
1014-
background-color: #20293A!important;
1015-
}
1016-
10171001
.dark-mode .enlighter-t-bootstrap4 div.enlighter>div.enlighter-special {
10181002
background-color: #20293A!important;
10191003
}

0 commit comments

Comments
 (0)