Fix drag handle opacity

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-23 14:50:44 +02:00 committed by Jonas Rittershofer
parent e6c99f1e93
commit deb90aa820

View file

@ -167,7 +167,15 @@ export default {
left: 0;
width: 44px;
height: 100%;
opacity: .5;
&:hover,
&:focus {
opacity: 1;
}
cursor: grab;
&:active {
cursor: grabbing;
}