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:
parent
b0f26f1b1e
commit
a1fce44a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue