refactor(Calendar): remove chrome mobile highlight on buttons

This commit is contained in:
Tim 2024-11-28 14:11:23 +01:00
parent 03a29c5903
commit 1f7cf89d94
3 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@
font-size: 1rem;
font-weight: 500;
color: var(--primary-foreground-color);
-webkit-tap-highlight-color: transparent;
.name {
flex: auto;

View file

@ -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);

View file

@ -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;