File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/features/qa/page-list/ui Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export class QaPage extends TailwindElement {
137
137
return html `
138
138
< div class ="py-1.5 text-sm text-gray-600 ">
139
139
< div
140
- class ="relative z-20 ml-4 block flex-auto cursor-pointer select-none overflow-visible rounded border border-solid border-gray-300 bg-white px-4 py-2 pl-6 shadow-none outline-none transition-shadow aria-selected:border-blue -500 aria-selected:bg-blue -50 aria-selected:shadow aria-selected:shadow-blue -800/20 aria-selected:transition-none "
140
+ class ="relative z-20 ml-4 block flex-auto cursor-pointer select-none overflow-visible rounded border border-solid border-gray-300 bg-white px-4 py-2 pl-6 shadow-none outline-none transition-shadow aria-selected:border-cyan -500 aria-selected:bg-cyan -50 aria-selected:shadow aria-selected:shadow-cyan -800/20 aria-selected:transition-none "
141
141
@click =${ this . select }
142
142
tabindex ="0"
143
143
aria-selected=${ this . selected }
@@ -161,15 +161,15 @@ export class QaPage extends TailwindElement {
161
161
${ page . notes ?. [ 0 ] &&
162
162
html `< sl-icon
163
163
name ="chat-square-text-fill "
164
- class ="text-blue -600 "
164
+ class ="text-cyan -600 "
165
165
> </ sl-icon > ` }
166
166
</ div >
167
167
</ btrix-popover >
168
168
< h5 class ="truncate text-sm font-semibold text-black ">
169
169
${ page . title ||
170
170
html `< span class ="opacity-50 "> ${ msg ( "No page title" ) } </ span > ` }
171
171
</ h5 >
172
- < div class ="truncate text-xs leading-4 text-blue -600 ">
172
+ < div class ="truncate text-xs leading-4 text-cyan -600 ">
173
173
${ page . url }
174
174
</ div >
175
175
</ div >
You can’t perform that action at this time.
0 commit comments