Skip to content

Commit 88dcac4

Browse files
committed
feat: Improve input frame underline effect
1 parent 9bd2b99 commit 88dcac4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/input-frame/input-frame.ios.styl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ $input-transition ?= all .45s cubic-bezier(.23, 1, .32, 1)
2828
color rgba(0, 0, 0, .12)
2929
transform scaleY(1)
3030
&:after
31-
left 50%
3231
width 0
3332
height 2px
3433
color currentColor
35-
transform translateX(-50%)
3634

3735
&:hover:before
3836
color rgba(0, 0, 0, .36)

src/components/input-frame/input-frame.mat.styl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ $input-transition ?= all .45s cubic-bezier(.23, 1, .32, 1)
2828
color rgba(0, 0, 0, .12)
2929
transform scaleY(1)
3030
&:after
31-
left 50%
3231
width 0
3332
height 2px
3433
color currentColor
35-
transform translateX(-50%)
3634

3735
&:hover:before
3836
color rgba(0, 0, 0, .36)

0 commit comments

Comments
 (0)