File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030.title {
3131 font-size : var (--text-reduced );
3232 padding-top : 20px ;
33- text -wrap: pretty;
33+ overflow -wrap: break-word;
3434}
3535
3636.toggleButton {
5050 flex-grow : 1 ;
5151 position : relative;
5252 overflow-y : auto;
53+ padding-top : 1rem ;
5354 & ul li h4 {
5455 text-wrap : pretty;
5556 }
110111}
111112
112113.tocItem {
114+ margin-bottom : 1rem ;
115+
113116 & a {
114117 font-family : var (--font );
115118 text-overflow : ellipsis;
116119 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+
117126 & : hover {
118127 color : var (--processing-blue-mid );
128+ border-left-color : var (--processing-blue-mid );
119129 }
130+
120131 }
121132
122133 & h4 {
123134 font-size : var (--text-regular );
124135 color : inherit;
125- & : hover {
126- color : inherit;
127- }
136+ margin : 0 ;
128137 }
129138}
You can’t perform that action at this time.
0 commit comments