app/assets/stylesheets/semantic-ui/modules/rating.less in semantic-ui-rails-0.14.0 vs app/assets/stylesheets/semantic-ui/modules/rating.less in semantic-ui-rails-0.16.1
- old
+ new
@@ -46,30 +46,9 @@
font-weight: normal;
font-style: normal;
}
.ui.rating .icon:before {
content: "\2605";
-
- -webkit-transition:
- color 0.3s ease,
- opacity 0.3s ease
- ;
- -moz-transition:
- color 0.3s ease,
- opacity 0.3s ease
- ;
- -ms-transition:
- color 0.3s ease,
- opacity 0.3s ease
- ;
- -o-transition:
- color 0.3s ease,
- opacity 0.3s ease
- ;
- transition:
- color 0.3s ease,
- opacity 0.3s ease
- ;
}
/*******************************
Types
*******************************/
\ No newline at end of file