You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
213 B

.highlight {
position: relative;
}
.highlight button {
position: absolute;
top: 4px;
right: 4px;
opacity: 0;
transition: opacity 0.1s linear;
}
.highlight:hover button {
opacity: 1
}