No outline for emoji selector when invisible
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
38ad49c1e6
commit
10f55dbb42
|
@ -76,6 +76,7 @@
|
|||
border-radius: 9999px;
|
||||
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
|
||||
opacity: 0;
|
||||
outline: 0;
|
||||
pointer-events: none;
|
||||
transition: 0.1s;
|
||||
z-index: 999;
|
||||
|
@ -83,6 +84,7 @@
|
|||
&--visible,
|
||||
&--focused {
|
||||
opacity: 1;
|
||||
outline: unset;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue