mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
:fire::fire::skull::fire:🔥
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
inset 1px 0 0 rgba(255, 255, 255, 0.05),
|
||||
inset -1px 0 0 rgba(255, 255, 255, 0.05);
|
||||
color: #b9bdc1;
|
||||
padding: 5px 20px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.tab.active {
|
||||
@@ -31,54 +31,4 @@
|
||||
inset 1px 0 0 rgba(255, 255, 255, 0.1),
|
||||
inset -1px 0 0 rgba(255, 255, 255, 0.1),
|
||||
inset 0 -1px 0 rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
.tab:first-child {
|
||||
box-shadow: inset 0 0 5px #383838, inset -1px 0 0 #4a4a4a;
|
||||
}
|
||||
|
||||
.tab.active,
|
||||
.tab.active:hover {
|
||||
background-image: -webkit-linear-gradient(#222426, #1d1f21);
|
||||
}
|
||||
|
||||
.tab,
|
||||
.tab .close-icon {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.tab.file-modified .close-icon {
|
||||
border-color: #aaa;
|
||||
}
|
||||
|
||||
.tab.active,
|
||||
.tab.active:hover,
|
||||
.tab.active .close-icon {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
|
||||
.tab.file-modified.active .close-icon {
|
||||
border-color: #e6e6e6;
|
||||
}
|
||||
|
||||
.tab:hover .close-icon {
|
||||
color: #c8c8c8;
|
||||
border-color: #c8c8c8;
|
||||
}
|
||||
|
||||
.tab.file-modified .close-icon {
|
||||
border: 3px solid #777;
|
||||
}
|
||||
|
||||
.tab.active:before,
|
||||
.tab.active:after {
|
||||
content: "";
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.tab:hover {
|
||||
color: #c8c8c8;
|
||||
background-image: -webkit-linear-gradient(#474747, #444444);
|
||||
}*/
|
||||
}
|
||||
Reference in New Issue
Block a user