mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
make app menu button cursor a pointer and add a hover text color
This commit is contained in:
@@ -39,6 +39,15 @@
|
||||
margin: 2px 2px 0 0;
|
||||
}
|
||||
|
||||
.app-menu-button {
|
||||
cursor: pointer;
|
||||
color: var(--secondary-text-color);
|
||||
|
||||
&:hover {
|
||||
color: var(--main-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
.dev-label {
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user