Bug 1847270 - Show pointer cursor when hovering over category items. r=jsudiaman
Differential Revision: https://phabricator.services.mozilla.com/D185459
This commit is contained in:
@@ -25,6 +25,10 @@ button {
|
||||
padding: var(--fxviewcategorynav-button-padding);
|
||||
}
|
||||
|
||||
button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button[selected] {
|
||||
text-decoration: underline;
|
||||
color: var(--in-content-accent-color);
|
||||
|
||||
Reference in New Issue
Block a user