]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Adapt tab borders to secondary body background
[rails.git] / app / assets / stylesheets / common.scss
index db03b94abe5602ed50b1ee6afd8720129d21fef2..95971c9f2f96caa4f9c249b47c56d5f3b9bd51cb 100644 (file)
@@ -719,10 +719,6 @@ tr.turn:hover {
 
 /* Rules for non-map content pages */
 
-.content-heading {
-  background: $lightgrey;
-}
-
 .content-inner {
   position: relative;
   max-width: 960px;
@@ -1067,4 +1063,11 @@ div.secondary-actions {
   }
 }
 
+/* Rules for tabs inside secondary background sections */
+
+.bg-body-secondary .nav-tabs {
+  --bs-border-color: var(--bs-secondary-border-subtle);
+  --bs-secondary-bg: var(--bs-secondary-border-subtle);
+}
+
 @import 'browse';