From 211e400b1ccdb2426c7087359ab77da4be6bf5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 29 Apr 2021 16:45:14 +0200 Subject: [PATCH] Overwrite close button color using Sass variables --- app/assets/stylesheets/_consul_settings.scss | 2 ++ app/assets/stylesheets/layout.scss | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_consul_settings.scss b/app/assets/stylesheets/_consul_settings.scss index 19d30a75a..c3bb087ef 100644 --- a/app/assets/stylesheets/_consul_settings.scss +++ b/app/assets/stylesheets/_consul_settings.scss @@ -133,6 +133,8 @@ $small-font-size: rem-calc(14); $abbr-underline: none; +$closebutton-color: $text; + $tab-background-active: $white; $tab-item-font-size: $base-font-size; diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 737d3240e..22b2ed2fe 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -321,7 +321,6 @@ a { } .close-button { - color: $text; top: $line-height / 2; }