Check scss lint

stable
David Barragán Merino 2014-09-09 16:56:05 +02:00
parent cca3f364b4
commit b843916233
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
}
.ui-autocomplete {
z-index: 99910;
background: white;
background: $white;
border: 1px solid $gray-light;
z-index: 99910;
.ui-state-focus {
background: $fresh-taiga;
}