mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
disable cursor on disabled and active pagination links
This commit is contained in:
parent
d533310bd2
commit
4d93b63916
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@ -2674,6 +2674,7 @@ button.btn.small, input[type="submit"].btn.small {
|
||||
}
|
||||
.pagination .active a {
|
||||
color: #999999;
|
||||
cursor: default;
|
||||
}
|
||||
.pagination .disabled a, .pagination .disabled a:hover {
|
||||
color: #999999;
|
||||
|
@ -30,6 +30,7 @@
|
||||
}
|
||||
.pagination .active a {
|
||||
color: @grayLight;
|
||||
cursor: default;
|
||||
}
|
||||
.pagination .disabled a,
|
||||
.pagination .disabled a:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user