From 660d11e91e1643927028d2d6870a911f569b34d8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 25 Sep 2018 15:42:58 +0200 Subject: refactor subscribe button and comment-add for visitor-interact UX (#1100) * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX --- client/src/sass/application.scss | 9 +++++++++ client/src/sass/include/_bootstrap.scss | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 760be3822..0029c22ef 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -199,9 +199,18 @@ label { .dropdown-item { padding: 3px 15px; + + &:active { + color: #000 !important; + } + } + + button { + @include disable-default-a-behaviour; } a { + @include disable-default-a-behaviour; color: #000 !important; } } diff --git a/client/src/sass/include/_bootstrap.scss b/client/src/sass/include/_bootstrap.scss index 4abc887ad..7bce85c37 100644 --- a/client/src/sass/include/_bootstrap.scss +++ b/client/src/sass/include/_bootstrap.scss @@ -46,7 +46,7 @@ $nav-pills-link-active-color: #000; @import '~bootstrap/scss/buttons'; //@import '~bootstrap/scss/transitions'; @import '~bootstrap/scss/dropdown'; -//@import '~bootstrap/scss/button-group'; +@import '~bootstrap/scss/button-group'; @import '~bootstrap/scss/input-group'; //@import '~bootstrap/scss/custom-forms'; @import '~bootstrap/scss/nav'; -- cgit v1.2.3