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.
2 parents 161eed1 + dcdb3f9 commit 0271788Copy full SHA for 0271788
static/styles/styles.less
@@ -36,13 +36,28 @@ b, strong {
36
font-weight: bold;
37
}
38
39
-h2 .anchor,
40
-h3 .anchor {
41
- visibility: hidden;
42
- margin-right: 5px;
43
-}
44
-
45
-h3:hover .anchor,
46
-h2:hover .anchor {
47
- visibility: visible;
+h2,
+h3 {
+ .anchor {
+ margin-right: 10px;
+ svg {
+ transform: scale(1);
+ transition: all 0.15s ease-in-out;
+ fill: @brand-color-1;
+ }
48
49
+ &:hover,
50
+ &:focus {
51
52
53
+ transform: scale(1.2);
54
+ fill: @brand-color-8;
55
56
+ &:active {
57
58
+ transform: scale(0.9);
59
60
61
62
63
0 commit comments