mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
improvement: 禁止点击 button 会出现放大的行为
This commit is contained in:
@@ -142,6 +142,7 @@ button
|
||||
border: none
|
||||
background: none
|
||||
cursor: pointer
|
||||
touch-action: manipulation
|
||||
|
||||
a
|
||||
color: $a-link-color
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
text-align: center
|
||||
font-size: 16px
|
||||
line-height: w
|
||||
touch-action: manipulation
|
||||
|
||||
&:hover
|
||||
background-color: var(--btn-hover-color)
|
||||
|
||||
Reference in New Issue
Block a user