File tree Expand file tree Collapse file tree 3 files changed +56
-22
lines changed
_resource/overrides/partials Expand file tree Collapse file tree 3 files changed +56
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 215
215
.md-tabs__link {
216
216
margin-top : 0.55rem ;
217
217
}
218
- .md-header__topic {
219
- transition : opacity .25s ;
220
- }
221
- .md-header__topic : hover {
222
- opacity : 0.7 ;
218
+ /* .md-header__topic .md-ellipsis {
219
+ position: relative;
223
220
}
221
+ .md-header__topic:hover .md-ellipsis::after {
222
+ content: "";
223
+ position: absolute;
224
+ display: block;
225
+ right: 0;
226
+ bottom: 11px;
227
+ left: 0;
228
+ width: 100%;
229
+ height: 2.5px;
230
+ background-color: currentColor;
231
+ } */
224
232
225
233
/* Footer */
226
234
@@ -664,6 +672,46 @@ i[warning] [class*="moji"] {
664
672
display : none;
665
673
}
666
674
675
+ /* Mike Version Select */
676
+
677
+ .md-version__current ,
678
+ .md-version__link {
679
+ font-size : 0.9rem ;
680
+ font-weight : 700 ;
681
+ line-height : 1 ;
682
+ padding : 0.5em ;
683
+ }
684
+ .md-version__current {
685
+ top : unset;
686
+ margin-left : 0.25em !important ;
687
+ margin-right : 0.25em !important ;
688
+ border-radius : 0.1rem ;
689
+ background-color : rgba (0 , 0 , 0 , 0.2 );
690
+ }
691
+ .md-version__current ::after {
692
+ width : 0.5em ;
693
+ height : 0.75em ;
694
+ }
695
+ .md-version__list {
696
+ top : 0.1em ;
697
+ margin : 0.25em ;
698
+ border-radius : 0.1rem ;
699
+ }
700
+ [dir = "ltr" ] .md-version__current ::after {
701
+ margin-left : 0.4em ;
702
+ }
703
+ [dir = "rtl" ] .md-version__current ::after {
704
+ margin-right : 0.4em ;
705
+ }
706
+ [dir = "ltr" ] .md-version__link {
707
+ padding-left : 0.5em ;
708
+ padding-right : 1.4375em ;
709
+ }
710
+ [dir = "rtl" ] .md-version__link {
711
+ padding-left : 1.4375em ;
712
+ padding-right : 0.5em ;
713
+ }
714
+
667
715
/* Media queries */
668
716
669
717
@media screen and (max-width : 76.1875em ) {
@@ -681,4 +729,4 @@ i[warning] [class*="moji"] {
681
729
padding : 1em ;
682
730
}
683
731
}
684
- /**/
732
+ /**/
Original file line number Diff line number Diff line change 3
3
site_name : Percona Server for MySQL
4
4
site_description : Documentation
5
5
site_author : Percona LLC
6
-
6
+ copyright : >-
7
+ <a href="https://www.percona.com/about">Percona LLC</a> and its affiliates © 2024 — <a href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Cookie Preferences</a>
7
8
repo_name : percona/psmysql-docs
8
9
repo_url : https://github.com/percona/psmysql-docs
9
10
edit_uri : edit/innovation-release/docs/
You can’t perform that action at this time.
0 commit comments