Remove the outline of previews on Firefox when focused for example.
This commit is contained in:
parent
658ebb26c0
commit
272fb0e66e
@ -3735,6 +3735,7 @@ a[href="javascript:;"] {\
|
|||||||
height: 90px; width: 90px;\
|
height: 90px; width: 90px;\
|
||||||
margin: 5px; padding: 2px;\
|
margin: 5px; padding: 2px;\
|
||||||
opacity: .5;\
|
opacity: .5;\
|
||||||
|
outline: none;\
|
||||||
overflow: hidden;\
|
overflow: hidden;\
|
||||||
position: relative;\
|
position: relative;\
|
||||||
text-shadow: 0 1px 1px #000;\
|
text-shadow: 0 1px 1px #000;\
|
||||||
|
|||||||
@ -2995,6 +2995,7 @@ a[href="javascript:;"] {
|
|||||||
height: 90px; width: 90px;
|
height: 90px; width: 90px;
|
||||||
margin: 5px; padding: 2px;
|
margin: 5px; padding: 2px;
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
|
outline: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-shadow: 0 1px 1px #000;
|
text-shadow: 0 1px 1px #000;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user