mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
💀 symbols-view css
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
"overlay.css",
|
||||
"wrap-guide.css",
|
||||
"status-bar.css",
|
||||
"symbols-view.css",
|
||||
"markdown-preview.css",
|
||||
"fuzzy-finder.css",
|
||||
"command-panel.css",
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
.symbols-view {
|
||||
width: 50%;
|
||||
margin-left: -25%;
|
||||
}
|
||||
|
||||
.symbols-view ol {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
.symbols-view ol li {
|
||||
padding: 2px;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, .05);
|
||||
}
|
||||
|
||||
.symbols-view ol .function-name {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
margin-right: .5em;
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
.symbols-view li .right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.symbols-view ol .function-details {
|
||||
display: inline-block;
|
||||
margin: 4px 0;
|
||||
margin-right: .5em;
|
||||
font-size: 90%;
|
||||
color: #ddd;
|
||||
-webkit-border-radius: 3px;
|
||||
padding: 0 4px;
|
||||
background: rgba(0, 0, 0, .2);
|
||||
}
|
||||
Reference in New Issue
Block a user