File tree 1 file changed +13
-11
lines changed
src/pydata_sphinx_theme/assets/styles/components
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
.rst-versions {
2
- position : static !important ;
2
+ position : relative !important ;
3
3
bottom : unset ;
4
4
left : unset ;
5
5
width : unset ;
19
19
}
20
20
& .rst-badge {
21
21
// width: auto;
22
- // bottom: 20px;
23
- // right: 20px;
24
- // left: auto;
25
- border-color : var (--pst-color-border );
26
- border-radius : var (--bs-dropdown-border-radius );
27
- border-width : 1px ;
22
+ bottom : unset !important ;
23
+ right : unset !important ;
24
+ left : unset !important ;
25
+ appearance : button;
26
+ border-color : var (--pst-color-border ) !important ;
27
+ border-radius : var (--bs-dropdown-border-radius ) !important ;
28
+ border-width : 1px !important ;
28
29
// max-width: $nav-desktop-width;
29
30
// max-height: 90%;
30
31
// .icon-book {
93
94
// font-size: 90%;
94
95
// padding: $base-line-height / 2;
95
96
// display: none;
97
+ color : var (--pst-color-text-muted );
96
98
hr {
97
99
// display: block;
98
100
// height: 1px;
99
101
// border: 0;
100
102
// margin: 20px 0;
101
103
// padding: 0;
102
- border-top : solid 1px var (--pst-color-border );
104
+ border-top : solid 1px var (--pst-color-border ) !important ;
103
105
}
104
106
dl {
105
107
border-top : solid 1px var (--pst-color-border );
106
108
}
107
109
dd {
108
- border-color : var (--pst-color-border );
109
- border-radius : var (--bs-dropdown-border-radius );
110
- border-width : 1px ;
110
+ border-color : var (--pst-color-border ) !important ;
111
+ border-radius : var (--bs-dropdown-border-radius ) !important ;
112
+ border-width : 1px !important ;
111
113
// display: inline-block;
112
114
// margin: 0;
113
115
a {
You can’t perform that action at this time.
0 commit comments