File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 {% if myurl == 'https' or myurl == 'http:' %}
1515 < div class ="external "> < a href ="{{ mainentry.url }} " target ="_blank " class ="{{ mainentry.page | downcase }} "> {{ mainentry.page }} {% if mainentry.page == 'GitHub' and site.star_count %} < span class ="starcount "> {{ site.star_count }}</ span > {% endif %}</ a > </ div >
1616 {% else %}
17- < div > < a href ="{{ mainentry.url | replace: '/docs', archive_url_slug }} "> {{ mainentry.page }}</ a > </ div >
17+ < div > < a href ="{{ mainentry.url | replace: '/docs', archive_url_slug }} "> {{ mainentry.page }}</ a > {% if mainentry.subfolderitems[0] %} < svg class =" icon chevron-down " > < use href =" #chevron-down " > </ use > </ svg > {% endif %} </ div >
1818 {% endif %}
1919 {% else %}< a href ="{{ mainentry.url }} "> {{ mainentry.page }}</ a > {% endif %}
2020 {% if mainentry.subfolderitems[0] %}</ div > {% endif %}
Original file line number Diff line number Diff line change 292292 transition : color .3s ;
293293 span ::after {
294294 content : " →" ;
295- font-family : " DuckDB-Symbol " ;
295+ font-family : " SuisseIntl " ;
296296 margin-left : 6px ;
297297 -webkit-transition : -webkit-transform .3s ;
298298 transition : -webkit-transform .3s ;
Original file line number Diff line number Diff line change @@ -156,21 +156,6 @@ main .wrap{
156156 }
157157}
158158
159- body .landing label .onlymobile ,
160- body .installation div .environment.select label .onlymobile {
161- position : relative ;
162- & ::after {
163- content : " \E010 " ;
164- font-family : " DuckDB-Symbol" ;
165- right : 10px ;
166- top : 4px ;
167- padding : 0 0 2px ;
168- position : absolute ;
169- pointer-events : none ;
170- font-size : 20px ;
171- color : white ;
172- }
173- }
174159.environmentselect {
175160 width : 100% ;
176161 /* border: 1px solid #b8b8b8;*/
Original file line number Diff line number Diff line change 5050 font-display : swap ;
5151}
5252
53- @font-face {
54- font-family : " DuckDB-Symbol" ;
55- src : url (" webfont/DuckDB-Symbol.woff2" ) format (" woff2" ), url (" webfont/DuckDB-Symbol.woff" ) format (" woff" );
56- }
57-
5853@font-face {
5954 font-family : " JetBrainsMono-Regular" ;
6055 src : url (" webfont/JetBrainsMono/woff2/JetBrainsMono-Regular.woff2" ) format (" woff2" ), url (" webfont/JetBrainsMono/woff/JetBrainsMonoNL-Regular.woff" ) format (" woff" );
Original file line number Diff line number Diff line change @@ -134,14 +134,17 @@ header .headerline {
134134 .hasSub {
135135 cursor : pointer ;
136136
137- a ::after {
138- content : " \E010 " ;
139- font-family : " DuckDB-Symbol " ;
137+ .chevron-down {
138+ width : 16 px ;
139+ height : 16 px ;
140140 margin-left : 3px ;
141+ vertical-align : middle ;
142+ stroke-width : 2 ;
143+ fill : none ;
141144 }
142145
143146 & :hover {
144- color : $duckDByellow ;
147+ color : var ( --menu-topmenu-text-color-hover , #6A58DA ) ;
145148
146149 & +.submenuwrap ,
147150 & +.submenuwrap :hover {
Original file line number Diff line number Diff line change 1515 -webkit-transition : background-color .3s ;
1616 -o-transition : background-color .3s ;
1717 transition : background-color .3s ;
18- /* span::after{
19- content: "→";
20- font-family: "DuckDB-Symbol";
21- margin-left: 4px;
22- transition: transform .3s;
23- position: absolute;
24- }
25- &:hover span::after{
26- transform: translateX(3px);
27- }*/
2818}
2919
3020
You can’t perform that action at this time.
0 commit comments