Skip to content

Commit

Permalink
#2556 Adds back black icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 10, 2015
1 parent 50264b9 commit 4b7a8fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- **Popup** - Popup `preserve` setting (which preserves popup in DOM to avoid regenerating on each show/hide) was set to `true` by default causing generated popups to remain in DOM. #1369
- **Input** - Fixed errored input field having incorrect border radius with `labeled input`
- **Divider/Grid** - `vertical divider` no longer has inexplicable right border when stacked on mobile #2558

- **Icon** - `black icon` have been added back as a color option

**Additional Bugs**
- **Form** - URL regexp will now match now works correctly, and matches against non `http://` prefixed urls like `www.google.com`
Expand Down
13 changes: 13 additions & 0 deletions src/definitions/elements/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,19 @@ i.inverted.circular.grey.icon {
color: @white !important;
}

/* Black */
i.black.icon {
color: @black !important;
}
i.inverted.black.icon {
color: @lightBlack !important;
}
i.inverted.bordeblack.black.icon,
i.inverted.circular.black.icon {
background-color: @black !important;
color: @white !important;
}

/*-------------------
Sizes
--------------------*/
Expand Down

0 comments on commit 4b7a8fe

Please sign in to comment.