1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 04:43:03 +03:00

fix icon visibility for vertical tabs

This commit is contained in:
Benjamin Brandmeier 2022-11-27 20:19:06 +01:00 committed by Eugene
parent 0c2f824cf4
commit 3d2cd6d632
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@ yarn-error.log
docs/api
.travis.ssh.key
*.code-workspace
.idea/
.electron-symbols
sentry.properties

View File

@ -3,7 +3,7 @@ $tabs-height: 38px;
:host {
position: relative;
cursor: pointer;
box-sizing: content-box;
box-sizing: border-box;
> * { cursor: pointer; }