2019-02-21 13:10:53 +00:00
|
|
|
%tab-nav {
|
|
|
|
/* %frame-gray-something */
|
|
|
|
border-bottom: $decor-border-100;
|
2019-12-12 09:25:39 +00:00
|
|
|
/* TODO: structure tabs don't actually have a top border */
|
2019-02-21 13:10:53 +00:00
|
|
|
border-top: $decor-border-200;
|
|
|
|
}
|
|
|
|
%tab-nav {
|
|
|
|
/* %frame-gray-something */
|
|
|
|
border-color: $gray-200;
|
|
|
|
}
|
2019-06-14 17:27:37 +00:00
|
|
|
%tab-nav ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
2018-08-29 11:11:58 +00:00
|
|
|
%tab-nav label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-06-14 17:27:37 +00:00
|
|
|
%tab-button {
|
2018-09-21 09:18:32 +00:00
|
|
|
white-space: nowrap;
|
2019-06-14 17:27:37 +00:00
|
|
|
text-decoration: none;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-06-14 17:27:37 +00:00
|
|
|
%tab-button {
|
2019-12-12 09:25:39 +00:00
|
|
|
border-bottom: $decor-border-300;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-06-14 17:27:37 +00:00
|
|
|
%tab-button {
|
2018-11-09 15:28:26 +00:00
|
|
|
border-color: $color-transparent;
|
|
|
|
color: $gray-500;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-06-14 17:27:37 +00:00
|
|
|
%tab-button-intent,
|
|
|
|
%tab-button-active {
|
2018-09-21 09:18:32 +00:00
|
|
|
/* %frame-gray-something */
|
2018-11-09 15:28:26 +00:00
|
|
|
border-color: $color-transparent;
|
|
|
|
background-color: $gray-100;
|
2018-09-21 09:18:32 +00:00
|
|
|
}
|