kludge to fix the color of text in drop-down

something strange is happening with CSS precedence that makes the
elements of the dropdown go white-on-white.
I have added a specific color:black to fix this.
This commit is contained in:
Richard 2021-05-11 22:01:11 +01:00
parent b0f26f1b1e
commit a1fce44a4d

View file

@ -55,7 +55,7 @@
<li v-for="item in openScanInImjoyMenuItems" :key="item.name">
<a
href="#"
class="uk-text-emphasis"
style="color:black"
@click="item.callback(name, allURLs)"
><i class="material-icons">launch</i>{{ item.title }}</a
>