mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
minor refactors
This commit is contained in:
@@ -84,11 +84,6 @@ export default {
|
||||
}
|
||||
|
||||
.f-container .f-item:hover {
|
||||
transition: all 0.2s ease;
|
||||
background: #000000;
|
||||
background: no-repeat 8%/100% url(../../assets/icons/folder.svg),
|
||||
-webkit-linear-gradient(to bottom, #434343, #000000);
|
||||
background: no-repeat 8%/10% url(../../assets/icons/folder.svg),
|
||||
linear-gradient(to bottom, #434343, #000000);
|
||||
background-color: $blue;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user