1
0
Преглед на файлове

removes the dotted border on selected list items

Nicolas Petton преди 10 години
родител
ревизия
4c16d29fac
променени са 2 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 3
      support/helios/resources/helios.css
  2. 0 4
      support/helios/resources/helios.less

+ 0 - 3
support/helios/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
support/helios/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;