Fix toolbar button shifting on hover (#2928)

This commit is contained in:
BlueGreenMagick 2024-01-03 15:53:37 +09:00 committed by GitHub
parent cef7338b96
commit d5b57262fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ button {
background: var(--canvas);
border-radius: var(--border-radius);
padding: 3px 12px;
border: 0.5px solid var(--border);
border: 1px solid var(--border);
box-shadow: 0px 1px 3px var(--border-subtle);
font-family: Helvetica
}