1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Move hand cursor for buttons to reboot

This commit is contained in:
Martijn Cuppens
2018-12-29 12:55:20 +01:00
committed by XhmikosR
parent 83dc45b31b
commit e1b990fb90
9 changed files with 29 additions and 32 deletions

View File

@@ -27,11 +27,6 @@
outline: $pagination-focus-outline;
box-shadow: $pagination-focus-box-shadow;
}
// Opinionated: add "hand" cursor to non-disabled .page-link elements
&:not(:disabled):not(.disabled) {
cursor: pointer;
}
}
.page-item {