mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove unused stylesheet
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
.keybindings-view {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
background-color: white;
|
||||
overflow: scroll;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.keybindings-view li .keystroke {
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
text-align: right;
|
||||
padding-right: 10px;
|
||||
width: 200px;
|
||||
}
|
||||
Reference in New Issue
Block a user