Skip to content

Commit 1030db8

Browse files
authored
Merge pull request #3 from handsontable/feature/issue-1441
Deploy handsontable#1447
2 parents d23cf89 + 01e51d8 commit 1030db8

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/.vuepress/public/favicon/site.webmanifest

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"short_name": "HyperFormula",
44
"icons": [
55
{
6-
"src": "/android-chrome-192x192.png",
6+
"src": "/favicon/android-chrome-192x192.png",
77
"sizes": "192x192",
88
"type": "image/png"
99
},
1010
{
11-
"src": "/android-chrome-512x512.png",
11+
"src": "/favicon/android-chrome-512x512.png",
1212
"sizes": "512x512",
1313
"type": "image/png"
1414
}

docs/.vuepress/styles/index.styl

+8-1
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,20 @@ table {
105105
button {
106106
border: 1px solid $borderColor
107107
border-radius: $radius
108-
padding: 7px 16px 7px 13px !important
108+
padding: 12px 20px 11px 17px !important
109109
display: flex
110110
align-items: center
111111
gap: 8px
112+
transition: background 0.3s ease, box-shadow 0.3s ease
113+
cursor: pointer
112114
background: white
113115
font-size: 14px
114116

117+
&:hover {
118+
background: #f3f3f3
119+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
120+
}
121+
115122
i, svg {
116123
opacity: .7
117124
}

0 commit comments

Comments
 (0)