Skip to content

Commit 9c7cbb2

Browse files
Remove unused bulman is-light (#384)
1 parent 7db5244 commit 9c7cbb2

1 file changed

Lines changed: 0 additions & 102 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 0 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -307,18 +307,6 @@ a.box:active {
307307
background-color: #4a4a4a;
308308
border: none;
309309
}
310-
.progress.is-light::-webkit-progress-value {
311-
background-color: #f5f5f5;
312-
}
313-
.progress.is-light::-moz-progress-bar {
314-
background-color: #f5f5f5;
315-
}
316-
.progress.is-light::-ms-fill {
317-
background-color: #f5f5f5;
318-
}
319-
.progress.is-light:indeterminate {
320-
background-image: linear-gradient(to right, #f5f5f5 30%, #ededed 30%);
321-
}
322310
.progress:indeterminate {
323311
-webkit-animation-duration: 1.5s;
324312
animation-duration: 1.5s;
@@ -370,12 +358,6 @@ a.box:active {
370358
padding: 0.5em 0.75em;
371359
vertical-align: top;
372360
}
373-
.table td.is-light,
374-
.table th.is-light {
375-
background-color: #f5f5f5;
376-
border-color: #f5f5f5;
377-
color: rgba(0, 0, 0, 0.7);
378-
}
379361
.table th {
380362
color: #363636;
381363
}
@@ -436,10 +418,6 @@ a.box:active {
436418
margin-left: 0.25rem;
437419
margin-right: -0.375rem;
438420
}
439-
.tag:not(body).is-light {
440-
background-color: #f5f5f5;
441-
color: rgba(0, 0, 0, 0.7);
442-
}
443421
.tag:not(body) .icon:first-child:not(:last-child) {
444422
margin-left: -0.375em;
445423
margin-right: 0.1875em;
@@ -555,14 +533,6 @@ a.tag:hover {
555533
max-width: 100%;
556534
width: 100%;
557535
}
558-
.is-light.input {
559-
border-color: #f5f5f5;
560-
}
561-
.is-light.input:active,
562-
.is-light.input:focus,
563-
.is-light.is-active.input {
564-
box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
565-
}
566536
.input.is-static {
567537
background-color: transparent;
568538
border-color: transparent;
@@ -634,21 +604,6 @@ a.tag:hover {
634604
.select:not(.is-multiple):not(.is-loading):hover::after {
635605
border-color: #363636;
636606
}
637-
.select.is-light:not(:hover)::after {
638-
border-color: #f5f5f5;
639-
}
640-
.select.is-light select {
641-
border-color: #f5f5f5;
642-
}
643-
644-
.select.is-light select:hover {
645-
border-color: #e8e8e8;
646-
}
647-
.select.is-light select.is-active,
648-
.select.is-light select:active,
649-
.select.is-light select:focus {
650-
box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
651-
}
652607
.file {
653608
align-items: stretch;
654609
display: flex;
@@ -669,9 +624,6 @@ a.tag:hover {
669624
font-size: 0.75rem;
670625
margin-top: 0.25rem;
671626
}
672-
.help.is-light {
673-
color: #f5f5f5;
674-
}
675627
.field:not(:last-child) {
676628
margin-bottom: 0.75rem;
677629
}
@@ -784,66 +736,12 @@ a.tag:hover {
784736
color: currentColor;
785737
text-decoration: underline;
786738
}
787-
.message.is-light {
788-
background-color: #fafafa;
789-
}
790739
.navbar {
791740
background-color: #fff;
792741
min-height: 3.25rem;
793742
position: relative;
794743
z-index: 30;
795744
}
796-
.navbar.is-light {
797-
background-color: #f5f5f5;
798-
color: rgba(0, 0, 0, 0.7);
799-
}
800-
.navbar.is-light .navbar-brand .navbar-link,
801-
.navbar.is-light .navbar-brand > .navbar-item {
802-
color: rgba(0, 0, 0, 0.7);
803-
}
804-
.navbar.is-light .navbar-brand .navbar-link.is-active,
805-
.navbar.is-light .navbar-brand .navbar-link:focus,
806-
.navbar.is-light .navbar-brand .navbar-link:hover,
807-
.navbar.is-light .navbar-brand > a.navbar-item.is-active,
808-
.navbar.is-light .navbar-brand > a.navbar-item:focus,
809-
.navbar.is-light .navbar-brand > a.navbar-item:hover {
810-
background-color: #e8e8e8;
811-
color: rgba(0, 0, 0, 0.7);
812-
}
813-
.navbar.is-light .navbar-brand .navbar-link::after {
814-
border-color: rgba(0, 0, 0, 0.7);
815-
}
816-
.navbar.is-light .navbar-burger {
817-
color: rgba(0, 0, 0, 0.7);
818-
}
819-
@media screen and (min-width: 1024px) {
820-
.navbar.is-light .navbar-end .navbar-link,
821-
.navbar.is-light .navbar-end > .navbar-item {
822-
color: rgba(0, 0, 0, 0.7);
823-
}
824-
.navbar.is-light .navbar-end .navbar-link.is-active,
825-
.navbar.is-light .navbar-end .navbar-link:focus,
826-
.navbar.is-light .navbar-end .navbar-link:hover,
827-
.navbar.is-light .navbar-end > a.navbar-item.is-active,
828-
.navbar.is-light .navbar-end > a.navbar-item:focus,
829-
.navbar.is-light .navbar-end > a.navbar-item:hover {
830-
background-color: #e8e8e8;
831-
color: rgba(0, 0, 0, 0.7);
832-
}
833-
.navbar.is-light .navbar-end .navbar-link::after {
834-
border-color: rgba(0, 0, 0, 0.7);
835-
}
836-
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,
837-
.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
838-
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
839-
background-color: #e8e8e8;
840-
color: rgba(0, 0, 0, 0.7);
841-
}
842-
.navbar.is-light .navbar-dropdown a.navbar-item.is-active {
843-
background-color: #f5f5f5;
844-
color: rgba(0, 0, 0, 0.7);
845-
}
846-
}
847745
.navbar > .container {
848746
align-items: stretch;
849747
display: flex;

0 commit comments

Comments
 (0)