open-consul/ui-v2/app/styles/base/components/tabs/skin.scss
John Cowen 2eb34e07ea ui: Small CSS tweaks (#7808)
1. Reinstate top border on in page tabs
2. Keep overflow:hidden just for dom-recycling-tables
2020-05-12 17:14:47 +00:00

41 lines
791 B
SCSS

%tab-nav {
border-top: $decor-border-200;
border-color: $gray-200;
}
%tab-nav ul {
list-style-type: none;
}
%tab-nav label {
cursor: pointer;
}
%tab-button {
white-space: nowrap;
text-decoration: none;
}
%tab-nav {
/* %frame-transparent-something */
border-bottom: $decor-border-100;
}
%tab-nav {
/* %frame-transparent-something */
border-color: $gray-200;
}
%with-animated-tab-selection ul::after,
%tab-button {
border-bottom: $decor-border-300;
}
%tab-button {
@extend %with-transition-500;
transition-property: background-color;
border-color: $transparent;
color: $gray-500;
}
%tab-button-intent,
%tab-button-active {
/* %frame-gray-something */
background-color: $gray-100;
}
%tab-nav.animatable .selected a {
border-color: $transparent !important;
}