fix: don't do icon transform by default
This commit is contained in:
parent
b87f2b98e5
commit
57e753ad0c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.16.13",
|
"version": "12.119.0-calc.17",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -98,9 +98,9 @@ a {
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
// i {
|
||||||
transform: translateY(0.1em);
|
// transform: translateY(0.1em);
|
||||||
}
|
// }
|
||||||
|
|
||||||
textarea, input {
|
textarea, input {
|
||||||
tap-highlight-color: transparent;
|
tap-highlight-color: transparent;
|
||||||
|
|
Loading…
Reference in New Issue