File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ module.exports = {
4444 type : 'dropdown' ,
4545 label : 'More From SUSE' ,
4646 position : 'right' ,
47- className : 'navbar__docs ' ,
47+ className : 'navbar__dropdown ' ,
4848 items : [
4949 {
5050 label : 'Rancher' ,
Original file line number Diff line number Diff line change 11
22.navbar__icon {
33 font-size : 16px ;
4+ display : flex;
45}
56
67.navbar__icon : before {
1718 font-size : 18px ;
1819}
1920
21+ /* Seperate from docs because display:flex messes up the dropdown arrow */
22+ .navbar__dropdown {
23+ font-size : 18px ;
24+ }
25+
2026.navbar__docs : hover : before {
2127 background-color : var (--ifm-link-color );
2228}
4248 mask : url (/static/img/icon-github-mask.png) no-repeat 100% 100% ;
4349 mask-size : cover;
4450 height : 19px ;
45- width : 22 px ;
46- padding-right : 1 px ;
47- padding-bottom : 4 px ;
51+ width : 23 px ;
52+ padding-right : 2 px ;
53+ padding-bottom : 6 px ;
4854}
4955
5056.navbar__rancher : hover : before {
5460 mask : url (/static/img/icon-rancher-mask.png) no-repeat 100% 100% ;
5561 mask-size : cover;
5662 height : 14px ;
63+ margin-top : 3px ;
5764 padding-bottom : 2px ;
5865}
5966
You can’t perform that action at this time.
0 commit comments