@@ -3045,9 +3045,9 @@ pre code {
30453045 margin : 0 !important ;
30463046 min-width : 100% ;
30473047 opacity : 0 ;
3048- padding-top : 8px !important ;
3048+ padding-top : 8px ;
30493049 padding-right : 0 ;
3050- padding-bottom : 8px !important ;
3050+ padding-bottom : 8px ;
30513051 padding-left : 0 ;
30523052 position : absolute !important ;
30533053 top : 100% ;
@@ -3077,22 +3077,22 @@ pre code {
30773077 -webkit-transform-origin : 100% 0 ;
30783078 transform-origin : 100% 0 ;
30793079}
3080- .dropdown-menu a ,
3081- .dropdown-menu .a {
3082- color : # 212121 !important ;
3080+ .dropdown-menu li > a ,
3081+ .dropdown-menu li > .a {
3082+ color : # 212121 ;
30833083 display : block;
30843084 line-height : inherit;
30853085 overflow : hidden;
30863086 text-overflow : ellipsis;
30873087 white-space : nowrap;
30883088}
3089- .dropdown-menu a : focus , .dropdown-menu a : hover ,
3090- .dropdown-menu .a : focus ,
3091- .dropdown-menu .a : hover {
3089+ .dropdown-menu li > a : focus , .dropdown-menu li > a : hover ,
3090+ .dropdown-menu li > .a : focus ,
3091+ .dropdown-menu li > .a : hover {
30923092 background-color : # f5f5f5 ;
30933093}
3094- .dropdown-menu .active > a ,
3095- .dropdown-menu .active > .a {
3094+ .dropdown-menu li .active > a ,
3095+ .dropdown-menu li .active > .a {
30963096 background-color : # f5f5f5 ;
30973097}
30983098
@@ -3120,7 +3120,7 @@ pre code {
31203120}
31213121.dropdown-toggle-btn ~ .dropdown-menu {
31223122 min-width : 100% ;
3123- padding-top : 56px !important ;
3123+ padding-top : 56px ;
31243124 top : -14px ;
31253125 left : 0 ;
31263126 -webkit-transform : scale (1 , 0 );
@@ -4041,8 +4041,12 @@ input[type="checkbox"]:checked + .switch-toggle-red:active:after, input[type="ra
40414041.nav : after {
40424042 clear : both;
40434043}
4044- .nav a ,
4045- .nav .a {
4044+ .nav li {
4045+ display : block;
4046+ position : relative;
4047+ }
4048+ .nav li > a ,
4049+ .nav li > .a {
40464050 -webkit-box-align : center;
40474051 -webkit-align-items : center;
40484052 -ms-flex-align : center;
@@ -4055,15 +4059,11 @@ input[type="checkbox"]:checked + .switch-toggle-red:active:after, input[type="ra
40554059 padding : 0 16px ;
40564060 position : relative;
40574061}
4058- .nav a : focus , .nav a : hover ,
4059- .nav .a : focus ,
4060- .nav .a : hover {
4062+ .nav li > a : focus , .nav li > a : hover ,
4063+ .nav li > .a : focus ,
4064+ .nav li > .a : hover {
40614065 text-decoration : none;
40624066}
4063- .nav li {
4064- display : block;
4065- position : relative;
4066- }
40674067.nav ul {
40684068 margin : 0 ;
40694069 padding : 0 ;
0 commit comments