Replaced CDB-OptionInput-item:after
content character
Used dimensions and background color to take the same result without character in the content, avoiding characters problems.
This commit is contained in:
parent
39f1f625c2
commit
d0374d10d8
@ -120,9 +120,11 @@
|
|||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
padding: 0 $baseSize - 2;
|
margin: 0 $baseSize - 2;
|
||||||
color: $cHintText;
|
background-color: $cHintText;
|
||||||
content: '·';
|
content: '';
|
||||||
|
width: 1px;
|
||||||
|
height: 1px;
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user