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;
|
||||
|
||||
&::after {
|
||||
padding: 0 $baseSize - 2;
|
||||
color: $cHintText;
|
||||
content: '·';
|
||||
margin: 0 $baseSize - 2;
|
||||
background-color: $cHintText;
|
||||
content: '';
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
}
|
||||
&:last-child {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user