mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Shift modified icon up and to the left 1px
This commit is contained in:
@@ -52,14 +52,14 @@
|
||||
}
|
||||
|
||||
.tab.file-modified .close-icon {
|
||||
top: 11px;
|
||||
top: 10px;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
right: 5px;
|
||||
right: 6px;
|
||||
border: 2px solid #66a6ff;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.tab.file-modified .close-icon:before {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user