mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
More Tommy wizardy
This commit is contained in:
parent
cddb8f28cf
commit
3622c02bbf
|
@ -248,17 +248,15 @@ td {
|
|||
|
||||
.tabs__item {
|
||||
border-bottom-color: var(--ifm-tabs-color-inactive-border);
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-radius: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.tabs__item--active {
|
||||
}
|
||||
|
||||
.tabs__item--active {
|
||||
border-bottom-color: var(--ifm-tabs-color-active-border);
|
||||
}
|
||||
.tabs__item:hover {
|
||||
}
|
||||
|
||||
.tabs__item:hover {
|
||||
background-color: var(--ifm-hover-overlay);
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
border-radius: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue