aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Form.scss
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-12 11:42:47 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-12 11:42:47 +0530
commit554a99c96d223eacc4bb6e10e3f6ad1712397f3a (patch)
treed5d0d5c984b38382723e6a3bd72d84d9b7ce89ca /src/components/Form/Form.scss
parent379212ecb074eda65e9a07037bbbbcf3a3cc94e9 (diff)
fixed transition only happening on hover in
Diffstat (limited to 'src/components/Form/Form.scss')
-rw-r--r--src/components/Form/Form.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Form/Form.scss b/src/components/Form/Form.scss
index 7642f75..31a15b1 100644
--- a/src/components/Form/Form.scss
+++ b/src/components/Form/Form.scss
@@ -57,6 +57,7 @@ input {
margin-right: 0.5rem;
font-size: $fontSize1 + 0.5;
margin-bottom: -0.25rem;
+ transition: color $defTransition;
}
.icon:hover {