Option input content: fixes
This commit is contained in:
parent
533dd3b167
commit
e9bdd7017c
@ -88,6 +88,7 @@
|
||||
border-radius: $baseSize / 2;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
|
||||
&:hover {
|
||||
border: 1px solid $cHoverLine;
|
||||
@ -115,7 +116,7 @@
|
||||
box-sizing: content-box;
|
||||
|
||||
&::after {
|
||||
padding: 9px;
|
||||
padding: 0 9px;
|
||||
color: $cHintText;
|
||||
content: '·';
|
||||
}
|
||||
@ -129,6 +130,9 @@
|
||||
}
|
||||
}
|
||||
.CDB-OptionInput-optionContent {
|
||||
@include display-flex();
|
||||
@include align-items(center);
|
||||
height: 100%;
|
||||
color: $cMainBg;
|
||||
|
||||
&:hover {
|
||||
@ -136,6 +140,5 @@
|
||||
}
|
||||
}
|
||||
.CDB-OptionInput-option.is-active > .CDB-OptionInput-optionContent {
|
||||
padding: 9px 0;
|
||||
border-bottom: 1px solid $cMainBg;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user