app/assets/stylesheets/semantic-ui/views/_comment.scss in semantic-ui-sass-1.12.3.0 vs app/assets/stylesheets/semantic-ui/views/_comment.scss in semantic-ui-sass-2.0.4.0

- old
+ new

@@ -1,11 +1,11 @@ /*! - * # Semantic UI 1.12.3 - Comment + * # Semantic UI 2.0.4 - Comment * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributorss + * Copyright 2015 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ @@ -104,18 +104,18 @@ Author ---------------*/ .ui.comments .comment .author { font-size: 1em; - color: rgba(0, 0, 0, 0.8); + color: rgba(0, 0, 0, 0.87); font-weight: bold; } .ui.comments .comment a.author { cursor: pointer; } .ui.comments .comment a.author:hover { - color: #00b2f3; + color: #1e70bf; } /*-------------- Metadata ---------------*/ @@ -140,11 +140,11 @@ .ui.comments .comment .text { margin: 0.25em 0em 0.5em; font-size: 1em; word-wrap: break-word; - color: rgba(0, 0, 0, 0.8); + color: rgba(0, 0, 0, 0.87); line-height: 1.3; } /*-------------------- User Actions @@ -205,10 +205,10 @@ ---------------------*/ .ui.threaded.comments .comment .comments { margin: -1.5em 0 -1em 1.25em; padding: 3em 0em 2em 2.25em; - box-shadow: -1px 0px 0px rgba(39, 41, 43, 0.15); + box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15); } /*-------------------- Minimal ---------------------*/