Commit 43206661 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'master' into 'master'

Remove double bottom border for tabs

See merge request gitlab-org/gitlab!78942
parents 320faa92 0f60cd2d
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
line-height: 28px; line-height: 28px;
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
border: 0; border: 0;
border-bottom: 2px solid transparent;
white-space: nowrap; white-space: nowrap;
&:hover, &:hover,
...@@ -26,7 +25,7 @@ ...@@ -26,7 +25,7 @@
&:focus { &:focus {
text-decoration: none; text-decoration: none;
color: $black; color: $black;
border-bottom: 2px solid $gray-darkest; box-shadow: inset 0 -2px 0 0 $gray-darkest;
} }
} }
...@@ -40,7 +39,7 @@ ...@@ -40,7 +39,7 @@
a.active { a.active {
color: $black; color: $black;
font-weight: $gl-font-weight-bold; font-weight: $gl-font-weight-bold;
border-bottom: 2px solid var(--gl-theme-accent, $theme-indigo-500); box-shadow: inset 0 -2px 0 0 var(--gl-theme-accent, $theme-indigo-500);
.badge.badge-pill { .badge.badge-pill {
color: $black; color: $black;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment