css: Remove unused Bootstrap nav-tabs styles.

This commit is contained in:
Tim Abbott 2024-01-25 14:33:12 -08:00
parent 642cce1a30
commit f105c6b12e
3 changed files with 0 additions and 69 deletions

View File

@ -26,15 +26,6 @@
margin-bottom: 0;
}
.nav-tabs {
border-bottom: 0;
font-size: 1.2em;
& a {
font-weight: bold;
}
}
.tab-content {
border: 1px solid hsl(0deg 0% 87%);
border-bottom-left-radius: 4px;

View File

@ -2289,7 +2289,6 @@ button {
}
.billing-upgrade-page {
.nav-tabs,
.tab-content {
font-size: 1em;
}

View File

@ -338,57 +338,6 @@ input:focus:invalid:focus {
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
.nav-tabs:before,
.nav-tabs:after {
display: table;
content: "";
line-height: 0;
}
.nav-tabs:after {
clear: both;
}
.nav-tabs > li {
float: left;
}
.nav-tabs > li > a {
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
margin-bottom: -1px;
}
.nav-tabs > li > a {
padding-top: 8px;
padding-bottom: 8px;
line-height: 20px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
color: #555555;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs .dropdown-menu {
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
.nav .dropdown-toggle .caret {
border-top-color: #0088cc;
border-bottom-color: #0088cc;
@ -400,22 +349,14 @@ input:focus:invalid:focus {
border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
border-top-color: #555555;
border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
color: #ffffff;