]> git.openstreetmap.org Git - rails.git/commitdiff
Limit nav color override to edit/history/export buttons
authorAnton Khorev <tony29@yandex.ru>
Sun, 1 Oct 2023 15:00:18 +0000 (18:00 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 1 Oct 2023 15:16:36 +0000 (18:16 +0300)
app/assets/stylesheets/common.scss

index 1d40564519e453cbd29af6d00b1384b4b645d478..2644128849b9b9b374f181b4c9f0fae0625a4167 100644 (file)
@@ -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);
   }