Browse Source

Fix typo

should be 'bordered' not 'bordeblack'

probably an issue with find and replacing the term 'red'
pull/3829/head
enbo 8 years ago
parent
commit
0c39b5cd3b
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/icon.less

2
src/definitions/elements/icon.less

@ -378,7 +378,7 @@ i.black.icon {
i.inverted.black.icon {
color: @lightBlack !important;
}
i.inverted.bordeblack.black.icon,
i.inverted.bordered.black.icon,
i.inverted.circular.black.icon {
background-color: @black !important;
color: @white !important;

Loading…
Cancel
Save