mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 09:18:27 +00:00
make app menu button cursor a pointer and add a hover text color
This commit is contained in:
parent
a451743937
commit
4a782f2747
1 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue