Commit 9a4c706a authored by Goutte's avatar Goutte

Change the color of the hamburger on focus instead of outlining.

It's prettier, and it does the job of indicating where the focus is.
We need a secondary color, to complement the blue, though.
parent 38a2edce
Pipeline #286 passed with stage
in 44 seconds
......@@ -94,22 +94,6 @@ iframe.geogebra {
border: 1px dotted #a6a6a6;
}
/** Fix Mobile Navigation -- OLD **/
/*.mobile-container ul.treemenu-root li span.toggler {*/
/* line-height: 2.22rem;*/
/* font-size: 2.22rem;*/
/* padding: 0.92rem 0.1rem;*/
/* margin: 0;*/
/*}*/
/*.mobile-container ul.treemenu-root li a {*/
/* line-height: 2.22rem;*/
/* font-size: 2.22rem;*/
/* padding: 0.92rem 1.618rem;*/
/* margin: 0;*/
/*}*/
/** Desktop header navigation *****************************************************************************************/
/*nav.dropmenu > ul > li > ul > li {*/
......@@ -169,8 +153,13 @@ iframe.geogebra {
opacity: 0;
}
#mobile-navigation-toggle:focus ~ .mobile-menu .button_container {
outline: 1px dotted darkcyan;
/*#mobile-navigation-toggle:focus ~ .mobile-menu .button_container {*/
/* outline: 1px dotted darkcyan;*/
/*}*/
#mobile-navigation-toggle:focus ~ .mobile-menu .button_container .top,
#mobile-navigation-toggle:focus ~ .mobile-menu .button_container .middle,
#mobile-navigation-toggle:focus ~ .mobile-menu .button_container .bottom {
background-color: #262d84;
}
#mobile-navigation-toggle:checked {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment