Skip to content

Instantly share code, notes, and snippets.

@georgecrawford
Created May 6, 2014 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgecrawford/11557516 to your computer and use it in GitHub Desktop.
Save georgecrawford/11557516 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.6)
// Compass (v1.0.0.alpha.18)
// ----
%highlight-focus-state {
box-shadow: red;
}
%highlight-focus-state-webkit {
outline: blue;
}
.tab-ui {
.edition__right-cols:focus ul {
@extend %highlight-focus-state;
.platform-chrome & {
@extend %highlight-focus-state-webkit;
}
}
}
.tab-ui .edition__right-cols:focus ul {
box-shadow: red;
}
.platform-chrome .tab-ui .edition__right-cols:focus ul {
outline: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment