Skip to content

Commit

Permalink
Fixes outlined star being difficult to see #3730
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed May 15, 2016
1 parent 0b11360 commit b1fa7e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Expand Up @@ -80,6 +80,7 @@
- **Popup** - checking `instanceof SVGGraphicsElement` caused error in IE11 #3043
- **Progress** - Progress `onSuccess`, `onError`, and `onWarning` callbacks now occur **after** the animation completes for the state change.
- **Rating** - rating does not fire `onRate` when rating is initialized #3712
- **Rating** - Fixed `ui rating` to not used outlined star in basic variation, instead using a lighter filled in star for increased visibility #3730
- **Segment/Message** - `top attached message` has no border when attached to `segment` #3619
- **Search** - Fixed issue where `href` was not pulling correctly on search click when the `result` was an `a` itself. #3409
- **Search** - Added `refresh` behavior for search to refresh selector cache. Cache will automatically refresh after API results received
Expand Down
4 changes: 2 additions & 2 deletions src/themes/default/modules/rating.overrides
Expand Up @@ -22,7 +22,7 @@

/* Empty Star */
.ui.rating .icon:before {
content: '\f006';
content: '\f005';
}
/* Active Star */
.ui.rating .active.icon:before {
Expand Down Expand Up @@ -65,4 +65,4 @@
/* Active */
.ui.heart.rating .active.icon:before {
content: '\f004';
}
}

0 comments on commit b1fa7e2

Please sign in to comment.