From e2a6b4595b093fb4447f09acaff5d3c7cc5fa126 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 20 Mar 2019 22:22:00 +0530 Subject: [PATCH] CSS Fixes (#920) --- client/styles/abstracts/_variables.scss | 2 +- client/styles/components/_copyable-input.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/styles/abstracts/_variables.scss b/client/styles/abstracts/_variables.scss index 103016da..ada53ea9 100644 --- a/client/styles/abstracts/_variables.scss +++ b/client/styles/abstracts/_variables.scss @@ -36,7 +36,7 @@ $themes: ( modal-background-color: #f4f4f4, modal-button-background-color: #e6e6e6, modal-border-color: rgba(17, 17, 17, 0.3), - modal-boder-selected-color: #B9D0E1, + modal-border-selected-color: #B9D0E1, icon-color: $icon-color, icon-hover-color: $icon-hover-color, icon-toast-hover-color: $white, diff --git a/client/styles/components/_copyable-input.scss b/client/styles/components/_copyable-input.scss index 2bd5c476..eb96f38f 100644 --- a/client/styles/components/_copyable-input.scss +++ b/client/styles/components/_copyable-input.scss @@ -51,7 +51,7 @@ } .tooltipped-n::before, -.tooltipped::before, +.tooltipped::before { @include themify() { color: getThemifyVariable('button-background-hover-color');