doc: css: fix sphinx tabs style issues
Flag Sphinx tabs style properties as !important, it looks like the default style used by the latest extension version take precedence. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
7531d2e3c8
commit
ab0eebca13
1 changed files with 4 additions and 4 deletions
8
doc/_static/css/custom.css
vendored
8
doc/_static/css/custom.css
vendored
|
@ -393,16 +393,16 @@ code,
|
|||
.ui.tabular.menu .active.item,
|
||||
.ui.segment,
|
||||
.sphinx-tabs-panel {
|
||||
background-color: var(--code-background-color);
|
||||
background-color: var(--code-background-color) !important;
|
||||
}
|
||||
|
||||
.sphinx-tabs-tab {
|
||||
color: var(--link-color);
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
|
||||
.sphinx-tabs-tab[aria-selected="true"] {
|
||||
background-color: var(--code-background-color);
|
||||
border-bottom: 1px solid var(--code-background-color);
|
||||
background-color: var(--code-background-color) !important;
|
||||
border-bottom: 1px solid var(--code-background-color) !important;
|
||||
}
|
||||
|
||||
/* Code literals */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue