File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 30
30
.title {
31
31
font-size : var (--text-reduced );
32
32
padding-top : 20px ;
33
- text -wrap: pretty;
33
+ overflow -wrap: break-word;
34
34
}
35
35
36
36
.toggleButton {
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
+
113
116
& a {
114
117
font-family : var (--font );
115
118
text-overflow : ellipsis;
116
119
color : var (--processing-blue-dark );
120
+ border-left : 4px solid transparent;
121
+ display : flex;
122
+ align-items : center;
123
+ padding : 3px 0.75rem ;
124
+ transition : color 0.3s , border-left-color 0.3s ;
125
+
117
126
& : hover {
118
127
color : var (--processing-blue-mid );
128
+ border-left-color : var (--processing-blue-mid );
119
129
}
130
+
120
131
}
121
132
122
133
& h4 {
123
134
font-size : var (--text-regular );
124
135
color : inherit;
125
- & : hover {
126
- color : inherit;
127
- }
136
+ margin : 0 ;
128
137
}
129
138
}
You can’t perform that action at this time.
0 commit comments