scrollbar style
This commit is contained in:
parent
9677f6a82d
commit
671a075c48
@ -1,5 +1,5 @@
|
|||||||
@import './variables/definition.scss';
|
@import './variables/definition.scss';
|
||||||
// @import './functions/func.scss';
|
@import './functions/func.scss';
|
||||||
@import './functions/checkbox.scss';
|
@import './functions/checkbox.scss';
|
||||||
|
|
||||||
$headerHeight: 26px;
|
$headerHeight: 26px;
|
||||||
@ -227,6 +227,7 @@ $listMaxHeight: 210px;
|
|||||||
max-height: $listMaxHeight;
|
max-height: $listMaxHeight;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
|
@include scrollbar();
|
||||||
|
|
||||||
&.filtered>li:first-child {
|
&.filtered>li:first-child {
|
||||||
background-color: $hoverColor;
|
background-color: $hoverColor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user