app/assets/stylesheets/semantic-ui/views/_feed.scss in semantic-ui-sass-2.1.4.0 vs app/assets/stylesheets/semantic-ui/views/_feed.scss in semantic-ui-sass-2.1.6.0

- old
+ new

@@ -1,7 +1,7 @@ /*! - * # Semantic UI 2.1.4 - Feed + * # Semantic UI 2.1.6 - Feed * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2015 Contributors * Released under the MIT license @@ -242,13 +242,13 @@ color: ''; -webkit-transition: 0.2s color ease; transition: 0.2s color ease; } .ui.feed > .event > .content .meta .like:hover .icon { - color: #ff2733; + color: #FF2733; } .ui.feed > .event > .content .meta .active.like .icon { - color: #ef404a; + color: #EF404A; } /* First element */ .ui.feed > .event > .content .meta > :first-child { margin-left: 0em;