Feat(Menu): Add drop mask
Add drop mask to menu. Optimize tool description.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
.version {
|
||||
width: 0;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.operation {
|
||||
@@ -30,6 +31,7 @@
|
||||
font-size: 1.6em;
|
||||
gap: 4px;
|
||||
opacity: 0;
|
||||
transition: all 0.2s;
|
||||
|
||||
> *:hover {
|
||||
color: constants.$font-secondary-color;
|
||||
|
||||
Reference in New Issue
Block a user