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

no need for cursor: default, since, well, it's the default

This commit is contained in:
Mark Otto
2016-12-28 14:40:37 -08:00
committed by Mark Otto
parent c52049e5a7
commit bd6e047152
-1
View File
@@ -23,7 +23,6 @@
@include plain-hover-focus {
z-index: 2;
color: $pagination-active-color;
cursor: default;
background-color: $pagination-active-bg;
border-color: $pagination-active-border;
}