Merge pull request #149 from CartoDB/148-remove_after_content_character

Replaced `CDB-OptionInput-item:after` content character
This commit is contained in:
María Checa 2016-09-27 12:39:23 +02:00 committed by GitHub
commit f40e72e5ee

View File

@ -120,9 +120,11 @@
box-sizing: content-box; box-sizing: content-box;
&::after { &::after {
padding: 0 $baseSize - 2; width: 1px;
color: $cHintText; height: 1px;
content: '·'; margin: 0 $baseSize - 2;
background-color: $cSecondaryLine;
content: '';
} }
&:last-child { &:last-child {
width: 100%; width: 100%;