Skip to content
Snippets Groups Projects
Commit a051d326 authored by Mike Greiling's avatar Mike Greiling
Browse files

fix left border in session tabs

parent 0499431a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -105,19 +105,19 @@
li {
flex: 1;
text-align: center;
border-left: 1px solid $border-color;
 
&:first-of-type {
border-left: none;
border-top-left-radius: $border-radius-default;
}
 
&:last-of-type {
border-left: 1px solid $border-color;
border-top-right-radius: $border-radius-default;
}
 
&:not(.active) {
background-color: $gray-light;
border-left: 1px solid $border-color;
}
 
a {
Loading
Loading
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