plt-479 - Fixing command lists and also making them theme compatible

Этот коммит содержится в:
Asaad Mahmood
2015-09-29 19:23:21 +05:00
родитель d8d850b2f7
Коммит 3e77df8532
3 изменённых файлов: 23 добавлений и 10 удалений

Просмотреть файл

@@ -4,20 +4,29 @@
width: 100%;
border: $border-gray;
bottom: 38px;
overflow: auto;
@extend %popover-box-shadow;
.sidebar--right & {
bottom: 100px;
}
}
.command-name {
position: relative;
width: 100%;
background-color: #fff;
height: 37px;
line-height: 37px;
padding: 2px 10px 2px 5px;
line-height: 24px;
padding: 5px 10px 8px;
z-index: 101;
font-size: 0.95em;
border-bottom: 1px solid #ddd;
&:hover {
background-color: #e8eaed;
}
.command__desc {
margin-left: 5px;
@include opacity(0.5);
line-height: normal;
}
}
.command-desc {