We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae74a5 commit 15f9df3Copy full SHA for 15f9df3
frontend/stylesheets/components/_select.scss
@@ -60,10 +60,15 @@ $selectize-border-radius: $input-border-radius !default;
60
// $selectize-arrow-color: $selectize-color-text !default;
61
// $selectize-arrow-offset: $selectize-padding-x + 5px !default;
62
63
+.selectize-dropdown {
64
+ &.form-control {
65
+ height: unset;
66
+ }
67
+}
68
+
69
.selectize-dropdown-content {
70
padding: 5px 0;
71
-
72
.option {
73
line-height: 23px;
74
}
@@ -92,6 +97,12 @@ $selectize-border-radius: $input-border-radius !default;
92
97
& > div {
93
98
border-radius: $select-border-radius - 1px;
94
99
100
101
+ & > div.active {
102
+ background: $brand-primary;
103
+ color: #fff;
104
+ border: 0 solid transparent;
105
95
106
96
107
108
0 commit comments