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:
María Checa 2016-09-22 16:24:04 +02:00
parent 39f1f625c2
commit d0374d10d8

View File

@ -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%;