Merge pull request #149 from CartoDB/148-remove_after_content_character
Replaced `CDB-OptionInput-item:after` content character
This commit is contained in:
commit
f40e72e5ee
@ -120,9 +120,11 @@
|
||||
box-sizing: content-box;
|
||||
|
||||
&::after {
|
||||
padding: 0 $baseSize - 2;
|
||||
color: $cHintText;
|
||||
content: '·';
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
margin: 0 $baseSize - 2;
|
||||
background-color: $cSecondaryLine;
|
||||
content: '';
|
||||
}
|
||||
&:last-child {
|
||||
width: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user