Commit f8907566 authored by Bryce Johnson's avatar Bryce Johnson

Fix top border-radius of tabs.

parent 357ff670
......@@ -131,8 +131,13 @@
flex: 1;
text-align: center;
&:first-of-type {
border-top-left-radius: 2px;
}
&:last-of-type {
border-left: 1px solid $border-color;
border-top-right-radius: 2px;
}
&:not(.active) {
......
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