1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Fix spectrum button not being able to be dragged

This commit is contained in:
Andrew Kingston 2021-09-20 12:14:40 +01:00
parent 6ba4c00b80
commit 9ca0aeae8e

View file

@ -31,4 +31,7 @@
.spectrum-Button--overBackground:hover {
color: #555;
}
.spectrum-Button::after {
display: none;
}
</style>