[Frontend] Removed z-index on hover

WTD-1404
WTD-1383
This commit is contained in:
Charles Hacskaylo
2015-06-30 09:00:06 -07:00
parent 29b91193fb
commit 8ee28c3918
3 changed files with 31 additions and 22 deletions

View File

@@ -89,7 +89,7 @@
&:hover {
@include boxShdwLarge();
border-color: $colorKey;
z-index: 2;
//z-index: 2;
.view-switcher {
opacity: 1;
}