From 839cc132b891ef7fedf31661d620ca8a23cb969e Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 1 Oct 2023 18:00:18 +0300 Subject: [PATCH] Limit nav color override to edit/history/export buttons --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1d4056451..264412884 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -143,7 +143,7 @@ header { nav.primary { - .btn-outline-primary { + & > .btn-group .btn-outline-primary { @include button-outline-variant($green, $color-hover: $white, $active-color: $white); } -- 2.39.5