fixed alignment of icons in tab
This commit is contained in:
parent
2c9efd8230
commit
b8a89c3107
1 changed files with 7 additions and 0 deletions
|
@ -197,6 +197,13 @@
|
|||
top: -1px;
|
||||
}
|
||||
|
||||
.ide-file-changed-icon {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
right: 3px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $theme-gray-200;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue