invite search: adjust dark mode hover background

This commit is contained in:
Matilde Park 2020-02-28 01:03:05 -05:00
parent c91b67028b
commit 909a2ebf05
5 changed files with 11 additions and 8 deletions

View File

@ -276,7 +276,7 @@ h2 {
a {
color: #fff;
}
.hover-black-d:hover {
color: #000;
.hover-bg-gray1-d:hover {
color: #4d4d4d;
}
}

View File

@ -223,7 +223,7 @@ export class InviteSearch extends Component {
key={group}
className={
"list mono mix-blend-diff white f8 pv2 ph3 pointer" +
" hover-bg-gray4 hover-black-d"
" hover-bg-gray4 hover-bg-gray1-d"
}
onClick={e => this.addGroup(group)}>
{group}
@ -242,7 +242,7 @@ export class InviteSearch extends Component {
key={ship}
className={
"list mono white-d f8 pv1 ph3 pointer" +
" hover-bg-gray4 hover-black-d relative"
" hover-bg-gray4 hover-bg-gray1-d relative"
}
onClick={e => this.addShip(ship)}>
<Sigil

View File

@ -162,4 +162,7 @@ a {
.focus-b--white-d:focus {
border-color: #fff;
}
.hover-bg-gray1-d:hover {
color: #4d4d4d;
}
}

View File

@ -223,7 +223,7 @@ export class InviteSearch extends Component {
key={group}
className={
"list mono mix-blend-diff white f8 pv2 ph3 pointer" +
" hover-bg-gray4 hover-black-d"
" hover-bg-gray4 hover-bg-gray1-d"
}
onClick={e => this.addGroup(group)}>
{group}
@ -242,7 +242,7 @@ export class InviteSearch extends Component {
key={ship}
className={
"list mono white-d f8 pv1 ph3 pointer" +
" hover-bg-gray4 hover-black-d relative"
" hover-bg-gray4 hover-bg-gray1-d relative"
}
onClick={e => this.addShip(ship)}>
<Sigil

View File

@ -223,7 +223,7 @@ export class InviteSearch extends Component {
key={group}
className={
"list mono mix-blend-diff white f8 pv2 ph3 pointer" +
" hover-bg-gray4 hover-black-d"
" hover-bg-gray4 hover-bg-gray1-d"
}
onClick={e => this.addGroup(group)}>
{group}
@ -242,7 +242,7 @@ export class InviteSearch extends Component {
key={ship}
className={
"list mono white-d f8 pv1 ph3 pointer" +
" hover-bg-gray4 hover-black-d relative"
" hover-bg-gray4 hover-bg-gray1-d relative"
}
onClick={e => this.addShip(ship)}>
<Sigil