From: Anton Khorev Date: Sun, 1 Oct 2023 15:00:18 +0000 (+0300) Subject: Limit nav color override to edit/history/export buttons X-Git-Tag: live~1422^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/839cc132b891ef7fedf31661d620ca8a23cb969e Limit nav color override to edit/history/export buttons --- 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); }