Add tooltip animation

+ Disable focus for input[type=file]
This commit is contained in:
Lucas 2020-09-30 11:23:26 +07:00
parent c74bb0eabe
commit 2c9d79f361
8 changed files with 190 additions and 70 deletions

View file

@ -82,9 +82,8 @@
}
&:focus {
box-shadow: none;
&::-webkit-file-upload-button {
box-shadow: var(--button-hover-shadow), 0 0 0 var(--button-outline-width) var(--secondary-focus);
box-shadow: none;
}
}
}