Skip to content

Commit 93db7c4

Browse files
committed
Fix incorrect Buefy checkbox colour.
1 parent ad80c71 commit 93db7c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

frontend/src/assets/style.scss

+9
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ $sidebar-width: 240px;
4444
$menu-item-active-background-color: $white-bis;
4545
$menu-item-active-color: $primary;
4646

47+
4748
/* Buefy */
4849
$modal-background-background-color: rgba(0, 0, 0, .30);
4950

@@ -109,6 +110,14 @@ section {
109110
opacity: 0.30;
110111
}
111112

113+
.b-checkbox.checkbox:hover input[type="checkbox"]:not(:disabled) + .check.is-primary:hover {
114+
border-color: $primary;
115+
}
116+
.b-checkbox.checkbox input[type="checkbox"]:checked + .check.is-primary {
117+
border-color: $primary;
118+
background-color: $primary;
119+
}
120+
112121
.box {
113122
background: $white;
114123
box-shadow: 2px 2px 0 #f3f3f3;

0 commit comments

Comments
 (0)