File tree 2 files changed +2
-16
lines changed
2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 1
1
.a-anchorlink {
2
2
display : flex ;
3
-
4
- & :hover {
5
- > a {
6
- opacity : 1 ;
7
- pointer-events : auto ;
8
- transition : all .2s ;
9
- }
10
- }
11
3
}
12
4
13
5
.a-anchorlink__link {
14
6
display : inline-flex ;
15
- opacity : 0 ;
16
- transition : all .2s ;
17
7
width : 3.2rem ;
18
8
height : 3.2rem ;
19
9
align-items : center ;
20
10
justify-content : center ;
21
11
margin-left : .8rem ;
22
12
border-radius : var (--border-radius-s );
23
- pointer-events : none ;
13
+ opacity : .8 ;
24
14
25
15
& :hover ,
26
16
& :focus {
27
17
background-color : var (--bg-neutral );
28
- }
29
-
30
- & :focus {
31
18
opacity : 1 ;
32
- pointer-events : auto ;
33
19
}
34
20
}
35
21
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ header {
16
16
17
17
a :not (.m-teaser ) {
18
18
color : var (--link-default );
19
- transition : fill 0.3s ease ;
19
+ transition : all 0.3s ease ;
20
20
text-underline-offset : .2rem ;
21
21
22
22
& :hover ,
You can’t perform that action at this time.
0 commit comments