mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 11:42:05 +00:00
Merge pull request #585 from Stremio/fix-highlight-color-metaitem
fix: removed the highlight color on metaitem
This commit is contained in:
commit
b783cdef08
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
.meta-item-container {
|
.meta-item-container {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
|
||||||
&:hover, &:focus, &:global(.active), &:global(.selected) {
|
&:hover, &:focus, &:global(.active), &:global(.selected) {
|
||||||
outline-style: none;
|
outline-style: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue