Skip to content

Commit

Permalink
Merge pull request #4928 from composer404/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 15, 2021
2 parents 0e3b486 + f3e5ad4 commit 2b57061
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tabby-core/src/components/windowControls.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ button {
line-height: 0;
text-align: center;
align-items: center;
justify-content: center;

&:not(:hover):not(:active) {
background: transparent;
Expand All @@ -21,4 +22,9 @@ button {
&:focus {
box-shadow: none;
}

svg {
width: 10px;
height: 10px;
}
}

0 comments on commit 2b57061

Please sign in to comment.