mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 15:40:31 +08:00
Fix color of filter icon in task results [SCI-10437] (#7284)
This commit is contained in:
parent
32468ca683
commit
41510f8067
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="result-toolbar__right flex items-center">
|
||||
<div class="result-toolbar__right flex items-center [&_.sn-icon-filter]:!text-sn-blue">
|
||||
<button class="btn btn-secondary mr-3" @click="collapseResults" tabindex="0">
|
||||
{{ i18n.t('my_modules.results.collapse_label') }}
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue