File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
scala3doc/resources/dotty_res/styles Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 29
29
--mono-font : "Fira Code" , monospace;
30
30
--text-font : "Lato" , sans-serif;
31
31
--title-font : "Roboto Slab" , serif;
32
+ --leftbar-font-size : 15px ;
32
33
33
34
/* Layout Settings (changes on small screens) */
34
35
--side-width : 255px ;
123
124
overflow-y : auto;
124
125
scrollbar-width : thin;
125
126
height : 100% ;
126
- font-size : 15 px ;
127
+ font-size : var ( --leftbar-font-size ) ;
127
128
}
128
129
# logo {
129
130
background-size : contain;
@@ -198,16 +199,22 @@ th {
198
199
cursor : pointer;
199
200
}
200
201
.sideMenuPart .navButtonContent ::before {
201
- content : url ("../images/arrow_down.svg" );
202
+ content : "\e905" ; /* arrow up */
203
+ font-family : "dotty-icons" !important ;
204
+ font-size : 20px ;
205
+ line-height : var (--leftbar-font-size );
206
+ color : var (--leftbar-fg );
202
207
height : 100% ;
203
208
display : flex;
204
209
flex-direction : row;
205
210
align-items : center;
206
211
justify-content : center;
207
- transform : rotate (180deg );
208
212
}
209
213
.sideMenuPart .hidden .navButtonContent ::before {
210
- transform : rotate (0deg );
214
+ content : "\e903" ; /* arrow down */
215
+ }
216
+ .sideMenuPart .navButtonContent : hover ::before {
217
+ color : var (--leftbar-current-bg );
211
218
}
212
219
213
220
/* Search */
You can’t perform that action at this time.
0 commit comments