mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-22 11:52:03 +03:00
fix icon visibility for vertical tabs
This commit is contained in:
parent
0c2f824cf4
commit
3d2cd6d632
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,6 +27,7 @@ yarn-error.log
|
|||||||
docs/api
|
docs/api
|
||||||
.travis.ssh.key
|
.travis.ssh.key
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
|
.idea/
|
||||||
|
|
||||||
.electron-symbols
|
.electron-symbols
|
||||||
sentry.properties
|
sentry.properties
|
||||||
|
@ -3,7 +3,7 @@ $tabs-height: 38px;
|
|||||||
:host {
|
:host {
|
||||||
position: relative;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-sizing: content-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
> * { cursor: pointer; }
|
> * { cursor: pointer; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user