hover effect removed from see all button in placeholder

This commit is contained in:
nklhrstv 2020-03-28 09:26:23 +02:00
parent 3c92e2e4a7
commit dffdba48d3

View file

@ -27,7 +27,7 @@
max-width: 12rem;
padding: 0.2rem;
&:focus, &:hover {
&:focus {
outline: none;
background-color: var(--color-placeholder-background);
}