diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index db03b94abe..ba976ff2b8 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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,12 @@ 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); + margin-bottom: -1px; +} + @import 'browse'; diff --git a/app/assets/stylesheets/parameters.scss b/app/assets/stylesheets/parameters.scss index 2054649776..e6c15a9201 100644 --- a/app/assets/stylesheets/parameters.scss +++ b/app/assets/stylesheets/parameters.scss @@ -20,6 +20,4 @@ $link-hover-color: #24d; $link-decoration: none; $link-hover-decoration: underline; -$table-striped-bg: $offwhite; - $enable-negative-margins: true; diff --git a/app/views/layouts/_content.html.erb b/app/views/layouts/_content.html.erb index cfb8d712cc..9e28c0771b 100644 --- a/app/views/layouts/_content.html.erb +++ b/app/views/layouts/_content.html.erb @@ -4,7 +4,7 @@ <% else %> <%= render :partial => "layouts/flash", :locals => { :flash => flash } %> <% if content_for? :heading %> -
+
<%= yield :heading %>
diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 5ec9127a86..3f1e0f0d53 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -48,7 +48,7 @@ <% end %>