Skip to content

Commit 828d7a5

Browse files
committed
better way to remove outlines
1 parent 7fc16ed commit 828d7a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

select2.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ disabled look for disabled choices in the results dropdown
612612
text-decoration: underline;
613613
}
614614

615-
.select2-offscreen {
615+
.select2-offscreen, .select2-offscreen:focus {
616616
clip: rect(0 0 0 0);
617617
width: 1px;
618618
height: 1px;
@@ -621,7 +621,7 @@ disabled look for disabled choices in the results dropdown
621621
padding: 0;
622622
overflow: hidden;
623623
position: absolute;
624-
outline: none;
624+
outline: 0;
625625
left: 0px;
626626
}
627627

0 commit comments

Comments
 (0)