mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Additional css fix
This commit is contained in:
@ -300,7 +300,8 @@ table.docutils {
|
|||||||
.sphinx-tabs-tab[aria-selected=true] {
|
.sphinx-tabs-tab[aria-selected=true] {
|
||||||
color: #C72C48;
|
color: #C72C48;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: 0.15em solid #C72C48; }
|
border-bottom: 0.15em solid #C72C48;
|
||||||
|
pointer-events: none; }
|
||||||
|
|
||||||
button.toggle-button {
|
button.toggle-button {
|
||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
|
2
source/_static/css/main.min.css
vendored
2
source/_static/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -181,6 +181,7 @@ table.docutils {
|
|||||||
color: $theme-red;
|
color: $theme-red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-bottom: .15em solid $theme-red;
|
border-bottom: .15em solid $theme-red;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user