Browse Source

#3715 - fixed issue with bullets being affected by font weight

pull/3763/head
jlukic 9 years ago
parent
commit
7e4983e699
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/list.less

1
src/definitions/elements/list.less

@ -564,6 +564,7 @@ ul.ui.list li:before,
position: absolute; position: absolute;
top: auto; top: auto;
left: auto; left: auto;
font-weight: normal;
margin-left: @bulletOffset; margin-left: @bulletOffset;
content: @bulletCharacter; content: @bulletCharacter;
opacity: @bulletOpacity; opacity: @bulletOpacity;

Loading…
Cancel
Save