Commit 6d9ca600 by Dave St.Germain

Remove outline:none

parent 1ece8f78
...@@ -105,12 +105,11 @@ nav.sequence-nav { ...@@ -105,12 +105,11 @@ nav.sequence-nav {
padding: 0; padding: 0;
position: relative; position: relative;
@include transition(none); @include transition(none);
outline: 0;
&:focus { /* &:focus {
outline: 0; outline: 0;
} }
*/
&:hover, &:focus { &:hover, &:focus {
background-color: #fff; background-color: #fff;
background-repeat: no-repeat; background-repeat: no-repeat;
...@@ -278,12 +277,11 @@ nav.sequence-nav { ...@@ -278,12 +277,11 @@ nav.sequence-nav {
width: 40px; width: 40px;
text-indent: -9999px; text-indent: -9999px;
@include transition(all .2s $ease-in-out-quad 0s); @include transition(all .2s $ease-in-out-quad 0s);
outline: 0;
&:focus { /* &:focus {
outline: 0; outline: 0;
} }
*/
&:hover { &:hover {
opacity: 0.5; opacity: 0.5;
} }
...@@ -354,7 +352,6 @@ nav.sequence-bottom { ...@@ -354,7 +352,6 @@ nav.sequence-bottom {
padding: lh(.5) 4px; padding: lh(.5) 4px;
text-indent: -9999px; text-indent: -9999px;
@include transition(all .2s $ease-in-out-quad 0s); @include transition(all .2s $ease-in-out-quad 0s);
outline: 0;
&:hover { &:hover {
opacity: 0.5; opacity: 0.5;
...@@ -365,10 +362,10 @@ nav.sequence-bottom { ...@@ -365,10 +362,10 @@ nav.sequence-bottom {
opacity: 0.4; opacity: 0.4;
} }
&:focus { /* &:focus {
outline: 0; outline: 0;
} }
} */ }
} }
&.prev { &.prev {
...@@ -399,10 +396,10 @@ nav.sequence-bottom { ...@@ -399,10 +396,10 @@ nav.sequence-bottom {
.xmodule_SequenceModule nav.sequence-bottom ul li.next a, .xmodule_SequenceModule nav.sequence-bottom ul li.next a,
.xmodule_SequenceModule nav.sequence-bottom ul li.prev a { .xmodule_SequenceModule nav.sequence-bottom ul li.prev a {
outline: 0;
&:focus { /* &:focus {
outline: 0; outline: 0;
} }
*/
} }
...@@ -15,7 +15,6 @@ div.video { ...@@ -15,7 +15,6 @@ div.video {
border-radius: 5px; border-radius: 5px;
&:focus, &:active, &:hover { &:focus, &:active, &:hover {
outline: 0;
border: 0; border: 0;
} }
...@@ -193,7 +192,6 @@ div.video { ...@@ -193,7 +192,6 @@ div.video {
background-color: #444; background-color: #444;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
outline: 0;
} }
&:active, &:active,
...@@ -254,7 +252,6 @@ div.video { ...@@ -254,7 +252,6 @@ div.video {
&:focus, &:hover { &:focus, &:hover {
background-color: lighten($pink, 10%); background-color: lighten($pink, 10%);
outline: 0;
} }
} }
} }
...@@ -549,7 +546,6 @@ div.video { ...@@ -549,7 +546,6 @@ div.video {
background-color: #F44; background-color: #F44;
color: #0ff; color: #0ff;
text-decoration: none; text-decoration: none;
outline: 0;
} }
} }
...@@ -610,7 +606,6 @@ div.video { ...@@ -610,7 +606,6 @@ div.video {
margin-bottom: 8px; margin-bottom: 8px;
padding: 0; padding: 0;
line-height: lh(); line-height: lh();
outline: 0;
&.current { &.current {
color: #333; color: #333;
......
...@@ -24,7 +24,6 @@ div.gradebook-wrapper { ...@@ -24,7 +24,6 @@ div.gradebook-wrapper {
font-family: $sans-serif; font-family: $sans-serif;
font-size: 11px; font-size: 11px;
box-shadow: 0 1px 4px rgba(0, 0, 0, .12) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, .12) inset;
outline: none;
@include transition(border-color .15s linear 0s); @include transition(border-color .15s linear 0s);
&::-webkit-input-placeholder, &::-webkit-input-placeholder,
......
...@@ -75,7 +75,6 @@ input[type="password"] { ...@@ -75,7 +75,6 @@ input[type="password"] {
&:focus { &:focus {
border-color: lighten($link-color, 20%); border-color: lighten($link-color, 20%);
box-shadow: 0 0 6px 0 rgba($blue, 0.4), inset 0 0 4px 0 rgba(0,0,0, 0.15); box-shadow: 0 0 6px 0 rgba($blue, 0.4), inset 0 0 4px 0 rgba(0,0,0, 0.15);
outline: none;
} }
} }
......
...@@ -102,7 +102,6 @@ div.calc-main { ...@@ -102,7 +102,6 @@ div.calc-main {
width: 100%; width: 100%;
&:focus { &:focus {
outline: none;
border: none; border: none;
} }
} }
......
...@@ -105,7 +105,6 @@ section.wiki { ...@@ -105,7 +105,6 @@ section.wiki {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12) inset;
font-family: $sans-serif; font-family: $sans-serif;
font-size: 12px; font-size: 12px;
outline: none;
@include transition(border-color .1s linear 0s); @include transition(border-color .1s linear 0s);
&:-webkit-input-placholder { &:-webkit-input-placholder {
......
...@@ -33,7 +33,6 @@ input[type="tel"] { ...@@ -33,7 +33,6 @@ input[type="tel"] {
&:focus { &:focus {
border-color: darken($button-archive-color, 50%); border-color: darken($button-archive-color, 50%);
box-shadow: 0 0 6px 0 darken($button-archive-color, 50%), inset 0 0 4px 0 rgba(0,0,0, 0.15); box-shadow: 0 0 6px 0 darken($button-archive-color, 50%), inset 0 0 4px 0 rgba(0,0,0, 0.15);
outline: none;
} }
} }
......
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