better way to remove outlines
This commit is contained in:
parent
7fc16ed094
commit
828d7a5052
@ -612,7 +612,7 @@ disabled look for disabled choices in the results dropdown
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-offscreen {
|
.select2-offscreen, .select2-offscreen:focus {
|
||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
@ -621,7 +621,7 @@ disabled look for disabled choices in the results dropdown
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
outline: none;
|
outline: 0;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user