Linter warnings

This commit is contained in:
Jiiks 2018-08-22 10:55:18 +03:00
parent bb37b89d35
commit ed55e060aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.bd-cm,
.da-contextMenu {
.da-contextMenu { // sass-lint:disable-line class-name-format
background: #18191c;
box-shadow: 0 0 1px rgba(0, 0, 0, .82), 0 1px 4px rgba(0, 0, 0, .1);
border-radius: 5px;
@ -9,7 +9,7 @@
user-select: none;
&.bd-cmRenderLeft,
&.da-invertChildX {
&.da-invertChildX { // sass-lint:disable-line class-name-format
.bd-cm {
margin-left: -170px;
}