File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
routes/announcements/[slug] Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 9191 </ul >
9292 </div >
9393 <div id =" secondary-navigation" >
94- <span class:selected ={modals .settings }>
95- <button on:click ={() => (modals .settings = ! modals .settings )} aria-label =" Settings" >
94+ <button
95+ on:click ={() => (modals .settings = ! modals .settings )}
96+ class:selected ={modals .settings }
97+ aria-label =" Settings"
98+ >
9699 <Cog size ="20px" color ={modals .settings ? ' var(--primary)' : ' var(--surface-six)' } />
97100 </button >
98- </span >
99101 </div >
100102 </div >
101103 </div >
124126 #secondary-navigation {
125127 display : flex ;
126128
127- span {
129+ button {
128130 border-radius : 10px ;
129131 padding : 10px 16px ;
130132
Original file line number Diff line number Diff line change 4545 display : inline-flex ;
4646 flex-wrap : wrap ;
4747 align-items : center ;
48- gap : 1rem ;
48+ column- gap : 1rem ;
4949 }
5050
5151 input {
You can’t perform that action at this time.
0 commit comments