We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc16ed commit 828d7a5Copy full SHA for 828d7a5
1 file changed
select2.css
@@ -612,7 +612,7 @@ disabled look for disabled choices in the results dropdown
612
text-decoration: underline;
613
}
614
615
-.select2-offscreen {
+.select2-offscreen, .select2-offscreen:focus {
616
clip: rect(0 0 0 0);
617
width: 1px;
618
height: 1px;
@@ -621,7 +621,7 @@ disabled look for disabled choices in the results dropdown
621
padding: 0;
622
overflow: hidden;
623
position: absolute;
624
- outline: none;
+ outline: 0;
625
left: 0px;
626
627
0 commit comments