This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/labels.scss
kolaente 7a997b52a6
All checks were successful
continuous-integration/drone/push Build is passing
Fixed label edit still opening when deleting a label
2019-10-26 14:39:27 +02:00

18 lines
223 B
SCSS

.labels-list {
a, a:hover{
text-decoration: none;
}
.tag{
margin: 0.5em;
background: darken($background, 5);
&.disabled{
opacity: 0.7;
&, a {
cursor: default;
}
}
}
}