mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
refactor(Calendar): remove chrome mobile highlight on buttons
This commit is contained in:
parent
03a29c5903
commit
1f7cf89d94
3 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
color: var(--primary-foreground-color);
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
.name {
|
||||
flex: auto;
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
gap: 0.5rem;
|
||||
border-radius: 0.5rem;
|
||||
transition: background-color 0.1s ease-out;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
.label, .icon {
|
||||
color: var(--primary-foreground-color);
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
transition: border-color 0.1s ease-out;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
|
||||
&:first-child {
|
||||
border-radius: var(--border-radius) 0 0 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue