Skip to content
Snippets Groups Projects
Commit 7d0e63fa authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Merge branch '24941-login-tabs-border' into 'master'

fix left border in session tabs

Closes #24941

See merge request !8346
parents 104b7b6c 7510d97f
No related branches found
No related tags found
No related merge requests found
Loading
@@ -105,19 +105,19 @@
Loading
@@ -105,19 +105,19 @@
li { li {
flex: 1; flex: 1;
text-align: center; text-align: center;
border-left: 1px solid $border-color;
   
&:first-of-type { &:first-of-type {
border-left: none;
border-top-left-radius: $border-radius-default; border-top-left-radius: $border-radius-default;
} }
   
&:last-of-type { &:last-of-type {
border-left: 1px solid $border-color;
border-top-right-radius: $border-radius-default; border-top-right-radius: $border-radius-default;
} }
   
&:not(.active) { &:not(.active) {
background-color: $gray-light; background-color: $gray-light;
border-left: 1px solid $border-color;
} }
   
a { a {
Loading
Loading
---
title: fix border in login session tabs
merge_request: 8346
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment