hedgedoc/src/components/landing/pages/history/common/close-button.scss
Philip Molares 7b5b73a289
show local and remote History (#128)
* added history toolbar functionality for local and remote history
2020-06-07 01:09:04 +02:00

9 lines
86 B
SCSS

.history-close {
.fa {
opacity: 0.5;
}
&:hover .fa {
opacity: 1;
}
}