Skip to content

Commit

Permalink
Merge pull request #3 from handsontable/feature/issue-1441
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba authored Oct 24, 2024
2 parents d23cf89 + 01e51d8 commit 1030db8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/public/favicon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"short_name": "HyperFormula",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down
9 changes: 8 additions & 1 deletion docs/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,20 @@ table {
button {
border: 1px solid $borderColor
border-radius: $radius
padding: 7px 16px 7px 13px !important
padding: 12px 20px 11px 17px !important
display: flex
align-items: center
gap: 8px
transition: background 0.3s ease, box-shadow 0.3s ease
cursor: pointer
background: white
font-size: 14px

&:hover {
background: #f3f3f3
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

i, svg {
opacity: .7
}
Expand Down

0 comments on commit 1030db8

Please sign in to comment.