From f80a0234319ce1206892259b65e63f5277b2ecb9 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 21 Nov 2018 14:30:05 +0100 Subject: Always give primary button a border for light primary colors Signed-off-by: Jan-Christoph Borchardt --- apps/theming/css/theming.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'apps/theming') diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index e2cd8fb11ee..ea3792458fa 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -82,10 +82,9 @@ $invert: luma($color-primary) > 0.6; @include icon-color('checkbox-mark', 'actions', $color-white, 1, true); } } - #body-user { - .primary { - border: 1px solid transparent; - } + /* Always give primary button a border for light primary colors */ + .primary { + border-color: var(--color-border) !important; } } @else { #appmenu:not(.inverted) svg { -- cgit v1.2.3