There was an error while loading. Please reload this page.
2 parents 72fb6e9 + 93205e4 commit 73790d2Copy full SHA for 73790d2
1 file changed
ui/lib/css/component/_markdown.scss
@@ -87,16 +87,23 @@
87
h2,
88
h3,
89
h4 {
90
+ position: relative;
91
+
92
a[id] {
93
opacity: 0;
94
+ width: 3rem;
95
+ left: -2.5rem;
96
+ position: absolute;
97
98
&::before {
99
@include icon-mask($icon-Link);
100
101
color: $c-font-dimmer;
- margin-left: -3rem;
- width: 3rem;
- position: absolute;
102
+ width: 1.75rem;
103
104
+ &:hover {
105
+ opacity: 0.8;
106
+ }
107
}
108
109
0 commit comments