1
0
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:
ravindk89
2021-08-02 12:51:52 -04:00
parent 6228676bbc
commit 73772c7f84
3 changed files with 4 additions and 2 deletions

View File

@ -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;

File diff suppressed because one or more lines are too long

View File

@ -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;
} }
} }