Skip to content

Commit b5dea09

Browse files
committed
Clean up bug label styles.
1 parent a95833d commit b5dea09

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/bug-label.ts

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,8 @@ export class BugLabel extends LitElement {
1919
bugMeta: BugMeta[] = [];
2020

2121
static styles = css`
22-
:host {
23-
display: inline-block;
24-
}
25-
.bug-label {
26-
display: inline-flex;
27-
align-items: center;
28-
gap: 0.5em;
29-
text-decoration: none;
30-
color: inherit;
31-
}
3222
.bug-label:hover {
33-
text-decoration: underline;
34-
}
35-
.bug-icon {
36-
transition: filter 0.2s ease;
23+
opacity: 0.7;
3724
}
3825
.bug-icon.closed {
3926
filter: grayscale(100%);

0 commit comments

Comments
 (0)