From 9a9ffa699255eb9a160f93a7bc5fd5e1377340a9 Mon Sep 17 00:00:00 2001 From: Vladimir Y <1560781+vladimiry@users.noreply.github.com> Date: Sat, 10 Apr 2021 22:07:36 +0300 Subject: [PATCH] fix font color of account activating timed/click delay indication, #242 --- src/web/browser-window/app-theming.scss | 5 +++++ .../app/_accounts/account-title.component.scss | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/web/browser-window/app-theming.scss b/src/web/browser-window/app-theming.scss index 08dd44161..6cbbdba95 100644 --- a/src/web/browser-window/app-theming.scss +++ b/src/web/browser-window/app-theming.scss @@ -53,6 +53,11 @@ > .btn:not(:last-child) { border-right-color: $app-theming-color-secondary-btn-split-border; } + + .login-delay { + // see bootstrap's "button-variant" mixin + color: color-yiq($secondary); + } } } } diff --git a/src/web/browser-window/app/_accounts/account-title.component.scss b/src/web/browser-window/app/_accounts/account-title.component.scss index a2d8a7c2e..3640719e4 100644 --- a/src/web/browser-window/app/_accounts/account-title.component.scss +++ b/src/web/browser-window/app/_accounts/account-title.component.scss @@ -85,7 +85,6 @@ } .login-delay { - color: $gray-300; font-size: 80%; .fa ~ span {