Update SCSS/CSS comment styles

This commit is contained in:
Max Myers 2016-11-01 14:40:14 -04:00
parent e548a2397b
commit 3eee7ef09c
1 changed files with 7 additions and 5 deletions

View File

@ -67,10 +67,10 @@ a.skip-link {
} }
/* Navbar toggle /* Navbar toggle
Custom button for toggling the `.navbar-collapse`, powered by the collapse * Custom button for toggling the `.navbar-collapse`, powered by the collapse
JavaScript plugin. * JavaScript plugin.
Navbar vertical align * Navbar vertical align
*/ */
.navbar-toggle { .navbar-toggle {
position: relative; position: relative;
float: right; float: right;
@ -80,7 +80,9 @@ a.skip-link {
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 1px solid transparent; border: 1px solid transparent;
/* We remove the `outline` here, but later compensate by attaching `:hover` styles to `:focus`. */ /*
* We remove the `outline` here, but later compensate by attaching `:hover` styles to `:focus`.
*/
&:focus { outline: 0; } &:focus { outline: 0; }
// Bars // Bars