mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Add styling to disabled pagination buttons
This commit is contained in:
parent
99f53a386e
commit
13db8825a4
@ -278,9 +278,20 @@ h1 svg.icon {
|
||||
}
|
||||
|
||||
.page-link:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
:not(li.disabled) > .page-link:hover {
|
||||
background-color: #444;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li.disabled {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
li.disabled > .page-link:hover {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user