1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-19 16:41:44 +03:00

Merge pull request #4928 from composer404/master

This commit is contained in:
Eugeny 2021-11-15 21:45:33 +01:00 committed by GitHub
commit 2b57061949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ button {
line-height: 0;
text-align: center;
align-items: center;
justify-content: center;
&:not(:hover):not(:active) {
background: transparent;
@ -21,4 +22,9 @@ button {
&:focus {
box-shadow: none;
}
svg {
width: 10px;
height: 10px;
}
}