Skip to content

Commit f3dd0dc

Browse files
committed
amend ruleid opacity styling
1 parent 3b3665d commit f3dd0dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/RuleID.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@ const { id } = props.parse(Astro.props);
2424
button {
2525
transition: opacity 100ms ease;
2626

27-
opacity: 0.5;
27+
opacity: 0.75;
2828

2929
&:hover {
3030
cursor: copy;
31-
opacity: 0.75;
32-
}
33-
34-
&:active {
3531
opacity: 1;
3632
}
3733
}

0 commit comments

Comments
 (0)