From e7d7892fd762c71e09d742487193670a98a71742 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 5 Oct 2015 22:32:26 +0500 Subject: Multiple UI Improvements --- web/sass-files/sass/partials/_base.scss | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'web/sass-files/sass/partials/_base.scss') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index fa465ff91..841db7c5a 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -36,14 +36,13 @@ body { .popover { color: #333; - a { - color: $primary-color; - &:hover, &:focus { - color: $primary-color; + &.bottom { + >.arrow:after { + border-bottom-color: rgba(white, 0.5); } } .popover-title { - background: rgba(black, 0.1); + background: rgba(black, 0.05); } } @@ -60,7 +59,7 @@ body { } .word-break--all { - word-break: break-all; + word-break: break-all; } a { @@ -165,9 +164,9 @@ a:focus, a:hover { } .emoji { - width: 1.5em; - height: 1.5em; - display: inline-block; - margin-bottom: 0.25em; - background-size: contain; + width: 1.5em; + height: 1.5em; + display: inline-block; + margin-bottom: 0.25em; + background-size: contain; } -- cgit v1.2.3-1-g7c22