|
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 | + appearance: button; |
| 23 | + border-color: var(--pst-color-border) !important; |
| 24 | + border-radius: var(--bs-dropdown-border-radius) !important; |
| 25 | + border-width: 1px !important; |
| 26 | + bottom: unset !important; |
| 27 | + right: unset !important; |
28 | 28 | // max-width: $nav-desktop-width;
|
29 | 29 | // max-height: 90%;
|
30 | 30 | // .icon-book {
|
|
49 | 49 | // height: 30px;
|
50 | 50 | // line-height: 30px;
|
51 | 51 | // padding: 0 $base-line-height / 4;
|
52 |
| - display: inline-block !important; |
53 | 52 | // text-align: center;
|
54 | 53 | }
|
55 | 54 | //.rst-badge-small {
|
|
86 | 85 | // max-height: 100%;
|
87 | 86 | // overflow-y: scroll;
|
88 | 87 | //}
|
89 |
| - &.shift-up .rst-other-versions { |
90 |
| - display: inline-block !important; |
91 |
| - } |
| 88 | + //&.shift-up .rst-other-versions { |
| 89 | + // display: inline-block !important; |
| 90 | + //} |
92 | 91 | .rst-other-versions {
|
93 | 92 | // font-size: 90%;
|
94 | 93 | // padding: $base-line-height / 2;
|
95 | 94 | // display: none;
|
| 95 | + color: var(--pst-color-text-muted); |
96 | 96 | hr {
|
97 | 97 | // display: block;
|
98 | 98 | // height: 1px;
|
99 | 99 | // border: 0;
|
100 | 100 | // margin: 20px 0;
|
101 | 101 | // padding: 0;
|
102 |
| - border-top: solid 1px var(--pst-color-border); |
| 102 | + border-top: solid 1px var(--pst-color-border) !important; |
103 | 103 | }
|
104 | 104 | dl {
|
105 | 105 | border-top: solid 1px var(--pst-color-border);
|
106 | 106 | }
|
107 | 107 | dd {
|
108 |
| - border-color: var(--pst-color-border); |
109 |
| - border-radius: var(--bs-dropdown-border-radius); |
110 |
| - border-width: 1px; |
| 108 | + border-color: var(--pst-color-border) !important; |
| 109 | + border-radius: var(--bs-dropdown-border-radius) !important; |
| 110 | + border-width: 1px !important; |
111 | 111 | // display: inline-block;
|
112 | 112 | // margin: 0;
|
113 | 113 | a {
|
|
0 commit comments