Commit d5d7fbf7 by Chris Rodriguez

Moving no-outline use to be more global

parent 269432ae
......@@ -9,6 +9,7 @@
@import 'base/font_face';
@import 'base/extends';
@import 'base/animations';
@import 'base/utilities';
// base - starter
@import 'base/base';
......
// ------------------------------
// LMS: Utilities
// About: Shared utility classes that extend or enhance the interface
// ------------------------------
// No focus outline on programmatic focus
.sr-is-focusable,
.sr-is-focusable:focus,
.sr-is-focusable:active {
@extend %no-outline;
}
\ No newline at end of file
......@@ -60,12 +60,6 @@ div.course-wrapper {
}
}
.sr-is-focusable,
.sr-is-focusable:focus,
.sr-is-focusable:active {
outline: none;
}
.sequential-status-message {
margin-bottom: $baseline;
background-color: $gray-l5;
......
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