0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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

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;
}