mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
matching the circle color to the x
This commit is contained in:
@@ -22,13 +22,12 @@
|
||||
}
|
||||
|
||||
.tab.file-modified .close-icon {
|
||||
box-shadow: inset 0 1px 2px #333;
|
||||
background-color: #F9EE98;
|
||||
top: 8px;
|
||||
border: 3px solid #777;
|
||||
top: 6px;
|
||||
border-radius: 10px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
right: 7px;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.tab.file-modified .close-icon:before {
|
||||
|
||||
Reference in New Issue
Block a user