Linter warnings
This commit is contained in:
parent
bb37b89d35
commit
ed55e060aa
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue