1
0
فهرست منبع

removes the dotted border on selected list items

Nicolas Petton 10 سال پیش
والد
کامیت
fa58e6d1ff
2فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 3
      resources/helios.css
  2. 0 4
      resources/helios.less

+ 0 - 3
resources/helios.css

@@ -264,9 +264,6 @@ body[id="helios"] .nav-pills > .active > a {
   color: #fff;
   text-shadow: 0 0 0;
 }
-body[id="helios"] .focused .nav-multiselect .selector {
-  border-style: dotted;
-}
 body[id="helios"] .focused .nav-pills {
   background-color: #f3f7fb;
 }

+ 0 - 4
resources/helios.less

@@ -312,10 +312,6 @@ body[id="helios"] {
 		color: #fff;
 		text-shadow: 0 0 0;
 	}
-	
-	.focused .nav-multiselect .selector {
-		border-style: dotted;
-	}
 
 	.focused .nav-pills {
 		background-color: #f3f7fb;