Skip to content

Commit 15f9df3

Browse files
committed
fixed styling issues with attendance
1 parent bae74a5 commit 15f9df3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

frontend/stylesheets/components/_select.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,15 @@ $selectize-border-radius: $input-border-radius !default;
6060
// $selectize-arrow-color: $selectize-color-text !default;
6161
// $selectize-arrow-offset: $selectize-padding-x + 5px !default;
6262

63+
.selectize-dropdown {
64+
&.form-control {
65+
height: unset;
66+
}
67+
}
68+
6369
.selectize-dropdown-content {
6470
padding: 5px 0;
6571

66-
6772
.option {
6873
line-height: 23px;
6974
}
@@ -92,6 +97,12 @@ $selectize-border-radius: $input-border-radius !default;
9297
& > div {
9398
border-radius: $select-border-radius - 1px;
9499
}
100+
101+
& > div.active {
102+
background: $brand-primary;
103+
color: #fff;
104+
border: 0 solid transparent;
105+
}
95106
}
96107
}
97108

0 commit comments

Comments
 (0)