File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed
Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,6 @@ export default {
5858 @apply fixed mt-24 w-64 pt-1 overflow-hidden;
5959 }
6060
61- .sidebar-group:not (.collapsable ) .sidebar-heading:not (.clickable ) {
62- color : #a0aec0 ;
63- }
64-
6561 .sidebar-links {
6662 --sidebar-link-color : var (--text-color-muted );
6763 @apply ml-0 pl-0 pb-4 overflow-y-auto;
Original file line number Diff line number Diff line change 3333 :class =" { open }"
3434 @click =" $emit('toggle')"
3535 >
36- < span > {{ fixedHeading || item.title }}</ span >
36+ {{ fixedHeading || item.title }}
3737 <span class =" arrow" :class =" open ? 'down' : 'right'" />
3838 </button >
3939
40- <p
40+ <span
4141 v-else
4242 class =" sidebar-heading"
4343 :class =" { open }"
4444 >
45- < span > {{ fixedHeading || item.title }}</ span >
46- </p >
45+ {{ fixedHeading || item.title }}
46+ </span >
4747 </component >
4848
4949 <DropdownTransition >
Original file line number Diff line number Diff line change @@ -78,25 +78,25 @@ img {
7878 & .up {
7979 border-left : 4 px solid transparent;
8080 border-right : 4 px solid transparent;
81- border-bottom : 6 px solid #ccc ;
81+ border-bottom : 6 px solid currentColor ;
8282 }
8383
8484 & .down {
8585 border-left : 4 px solid transparent;
8686 border-right : 4 px solid transparent;
87- border-top : 6 px solid #ccc ;
87+ border-top : 6 px solid currentColor ;
8888 }
8989
9090 & .right {
9191 border-top : 4 px solid transparent;
9292 border-bottom : 4 px solid transparent;
93- border-left : 6 px solid #ccc ;
93+ border-left : 6 px solid currentColor ;
9494 }
9595
9696 & .left {
9797 border-top : 4 px solid transparent;
9898 border-bottom : 4 px solid transparent;
99- border-right : 6 px solid #ccc ;
99+ border-right : 6 px solid currentColor ;
100100 }
101101}
102102
You can’t perform that action at this time.
0 commit comments