2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

z-index first

This commit is contained in:
Patryk Puszczyk
2015-03-15 10:39:55 +01:00
parent 910f41daf5
commit 286c0a1a78
+1 -1
View File
@@ -40,10 +40,10 @@
> li > span {
&:hover,
&:focus {
z-index: 3;
color: @pagination-hover-color;
background-color: @pagination-hover-bg;
border-color: @pagination-hover-border;
z-index: 3;
}
}