&:hover .actions, &:focus-within .actions {
opacity: 1;
}
+ .actions button:focus {
+ outline: 1px dotted var(--color-primary);
+ }
}
.comment-box .header {
@include lightDark(border-color, #DDD, #444);
margin-inline-start: $-xs;
width: $-l;
+ height: calc(100% - $-m);
}
#tag-manager .drag-card {