File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 50
50
flex-grow : 1 ;
51
51
position : relative;
52
52
overflow-y : auto;
53
+ padding-top : 1rem ;
53
54
& ul li h4 {
54
55
text-wrap : pretty;
55
56
}
110
111
}
111
112
112
113
.tocItem {
114
+ margin-bottom : 1rem ;
115
+ padding-left : calc (var (--gutter ) + 0.5rem );
116
+
113
117
& a {
114
118
font-family : var (--font );
115
119
text-overflow : ellipsis;
116
120
color : var (--processing-blue-dark );
121
+ border-left : 4px solid transparent;
122
+ display : flex;
123
+ align-items : center;
124
+ padding : 3px 0.75rem ;
125
+ transition : color 0.3s , border-left-color 0.3s ;
126
+
117
127
& : hover {
118
128
color : var (--processing-blue-mid );
129
+ border-left-color : var (--processing-blue-mid );
119
130
}
131
+
120
132
}
121
133
122
134
& h4 {
123
135
font-size : var (--text-regular );
124
136
color : inherit;
125
- & : hover {
126
- color : inherit;
127
- }
137
+ margin : 0 ;
128
138
}
129
139
}
You can’t perform that action at this time.
0 commit comments