mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
18 lines
309 B
CSS
18 lines
309 B
CSS
.grammar-view ol li {
|
|
line-height: 16px;
|
|
}
|
|
|
|
.grammar-view ol li.grammar {
|
|
padding-left: 21px;
|
|
}
|
|
|
|
.grammar-view ol li.current-grammar:before {
|
|
font-family: 'Octicons Regular';
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-right: 5px;
|
|
-webkit-font-smoothing: antialiased;
|
|
color: #ccc;
|
|
content: '\f03a';
|
|
}
|