22 lines
271 B
SCSS
22 lines
271 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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.tasks .task span.tag span {
|
|
width: auto;
|
|
}
|