// editor-guider
.editor-contextmenu{
    position: absolute;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgba(11, 3, 6, 0.2);
    background-color: rgba(255, 255, 255, 0.95);

    .contextmenu-shortcutKeys{
        padding: 4px 0;
        list-style: none;
        color: #333;
        font-size: 13px;

        li{
            padding: 0 20px;
            cursor: pointer;
            line-height: 36px;

            .shortcut{
                float: right;
                color: #b5b5b5;
            }

            &:hover{
                background-color: #f0f0f0;
            }

            &:active{
                background-color: #e6e6e6;
            }

            svg {
                width: 15px;
                height: 15px;
                vertical-align: text-bottom;
                margin-right: 10px;
                fill: currentColor;
            }
        }
    }

    .layer-list{
        border-top: 1px solid #eaeaea;
        padding: 4px 0;

        .layer-list-title{
            padding: 0 20px;
            height: 36px;
            line-height: 36px;
        }
    }
}
