Commit a051d326 authored by Mike Greiling's avatar Mike Greiling

fix left border in session tabs

parent 0499431a
...@@ -105,19 +105,19 @@ ...@@ -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 {
......
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