mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 05:18:06 +01:00
Fix background-color of emoji-mart selector (#17011)
Reverts part of #16907 to fix hardcoded color
This commit is contained in:
parent
3419d3ec84
commit
6159020617
1 changed files with 1 additions and 2 deletions
|
@ -176,8 +176,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// background-color: rgba($ui-secondary-color, 0.7);
|
background-color: rgba($ui-secondary-color, 0.7);
|
||||||
background-color: #f4f4f4;
|
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue