File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ <h1 class="site-title">
44
44
45
45
< div class ="sidebar-bottom d-flex flex-wrap align-items-center w-100 ">
46
46
{% unless site.theme_mode %}
47
- < button type ="button " class ="btn " aria-label ="Switch Mode " id ="mode-toggle ">
47
+ < button type ="button " class ="btn btn-link nav-link " aria-label ="Switch Mode " id ="mode-toggle ">
48
48
< i class ="fas fa-adjust "> </ i >
49
49
</ button >
50
50
Original file line number Diff line number Diff line change @@ -823,7 +823,10 @@ $btn-mb: 0.5rem;
823
823
display : flex ;
824
824
align-items : center ;
825
825
justify-content : center ;
826
- box-shadow : var (--sidebar-border-color ) 0 0 0 1px ;
826
+
827
+ & :not (:focus-visible ) {
828
+ box-shadow : var (--sidebar-border-color ) 0 0 0 1px ;
829
+ }
827
830
828
831
& :hover {
829
832
background-color : var (--sidebar-hover-bg );
@@ -845,9 +848,6 @@ $btn-mb: 0.5rem;
845
848
}
846
849
847
850
#mode-toggle {
848
- padding : 0 ;
849
- border : 0 ;
850
-
851
851
@extend %button ;
852
852
@extend %sidebar-links ;
853
853
@extend %sidebar-link-hover ;
You can’t perform that action at this time.
0 commit comments