We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95833d commit b5dea09Copy full SHA for b5dea09
src/bug-label.ts
@@ -19,21 +19,8 @@ export class BugLabel extends LitElement {
19
bugMeta: BugMeta[] = [];
20
21
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
32
.bug-label:hover {
33
- text-decoration: underline;
34
35
- .bug-icon {
36
- transition: filter 0.2s ease;
+ opacity: 0.7;
37
}
38
.bug-icon.closed {
39
filter: grayscale(100%);
0 commit comments