소스 검색

Merge pull request #15 from sjaq/patch-1

Don't remove border, make it transparent to prevent jumping of the page.
Igor Vaynberg 13 년 전
부모
커밋
d43b8da796
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      select2.css

+ 1 - 1
select2.css

@@ -189,7 +189,7 @@
 
 .select2-dropdown-open .select2-choice {
   border: 1px solid #aaa;
-  border-bottom: none;
+  border-bottom-color: transparent;
   -webkit-box-shadow: 0 1px 0 #fff inset;
   -moz-box-shadow   : 0 1px 0 #fff inset;
   -o-box-shadow     : 0 1px 0 #fff inset;