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 08522724f0
commit 0aedd8d802
1 changed files with 3 additions and 0 deletions

View File

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