Merge pull request #585 from Stremio/fix-highlight-color-metaitem

fix: removed the highlight color on metaitem
This commit is contained in:
Tim 2024-02-15 03:14:19 +01:00 committed by GitHub
commit b783cdef08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@
.meta-item-container {
padding: 1rem;
overflow: visible;
-webkit-tap-highlight-color: transparent;
&:hover, &:focus, &:global(.active), &:global(.selected) {
outline-style: none;