Skip to content

Commit

Permalink
Updates to release v4.0.4 fix #184
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Sep 15, 2018
1 parent 44982cd commit 67b2fbc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
Expand Up @@ -6,8 +6,9 @@ Change Log: `bootstrap-star-rating`
**Date:** 15-Sep-2018

- Enhancements to support Bootstrap v4.x.
- Enhance styling of stars for all rating sizes and themes.
- Better styling of stars for the 5 rating sizes and maintain consistency across themes.
- (enh #187): Add Kazakh translations.
- (enh #184): Correct rating-input style to keep it hidden - yet trigger required validation.
- (enh #182): New Krajee Font Awesome 5.x `fas` theme.
- (bug #177, enh #179): New property `showCaptionAsTitle`
- Useful for caption to be displayed as title for readonly ratings.
Expand Down
1 change: 1 addition & 0 deletions css/star-rating.css
Expand Up @@ -39,6 +39,7 @@
font-size: 1px;
border: none;
background: none;
opacity: 0;
padding: 0;
margin: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion css/star-rating.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions themes/krajee-fas/theme.css
Expand Up @@ -5,10 +5,6 @@
* @see http://github.com/kartik-v/bootstrap-star-rating
* @author Kartik Visweswaran <kartikv2@gmail.com>
*/
.theme-krajee-fas .clear-rating {
margin: 0 1px 0 0;
}

.theme-krajee-fas.rating-rtl.is-star .empty-stars {
margin-right: 2px;
.theme-krajee-fas.rating-rtl.is-star .filled-stars {
right: 0;
}
2 changes: 1 addition & 1 deletion themes/krajee-fas/theme.min.css
Expand Up @@ -4,4 +4,4 @@
*
* @see http://github.com/kartik-v/bootstrap-star-rating
* @author Kartik Visweswaran <kartikv2@gmail.com>
*/.theme-krajee-fas .clear-rating{margin:0 1px 0 0}.theme-krajee-fas.rating-rtl.is-star .empty-stars{margin-right:2px}
*/.theme-krajee-fas.rating-rtl.is-star .filled-stars{right:0}

0 comments on commit 67b2fbc

Please sign in to comment.