File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < button type =" button " class ="btn btn-outline ml-3 toggle-images " id ="js-toggle-images " aria-selected =" false " aria-label =" Toggle images ">
2- < span id ="js-hide-text " > {% data ui.toggle_images.hide %}</ span >
3- < span id ="js-show-text " > {% data ui.toggle_images.show %}</ span >
1+ < button class ="toggle-images tooltipped tooltipped-n " id ="js-toggle-images ">
2+ < span id ="js-hide-icon " aria-label =" {% data ui.toggle_images.hide %} " > {% octicon "eye-closed" %}</ span >
3+ < span id ="js-show-icon " aria-label =" {% data ui.toggle_images.show %} " > {% octicon "eye" %}</ span >
44</ button >
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ $marketing-font-path: "/dist/fonts/";
4848@import " overrides.scss" ;
4949@import " sidebar.scss" ;
5050@import " scroll-button.scss" ;
51+ @import " toggle-images-button.scss" ;
5152@import " explorer.scss" ;
5253// from https://unpkg.com/highlight.js@9.15.8/styles/github.css
5354@import " syntax-highlighting.scss" ;
Original file line number Diff line number Diff line change 1+ button .toggle-images {
2+ opacity : 1 ;
3+ transition : 1s ;
4+ background-color : var (--color-auto-blue-5 );
5+ color : var (--color-text-inverse );
6+ position : fixed ;
7+ display : block ;
8+ width : 40px ;
9+ height : 40px ;
10+ border-radius : 50% ;
11+ border : none ;
12+ }
You can’t perform that action at this time.
0 commit comments