1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
| .style-control-button.ant-btn-link, .style-control-button.ant-btn-link:hover, .style-control-button.ant-btn-link:focus {
| color: orange;
| position: relative;
| z-index: 13;
| background: #ffffff;
| }
| body.style-control {
| .pc-menu-view::before {
| content: ' ';
| position: absolute;
| left: 0;
| top: 0;
| bottom: 0;
| right: 0;
| z-index: 12;
| background:rgba(0, 0, 0, 0.3);
| }
| .menu-body .menu-view >.ant-card >.ant-card-body {
| position: relative;
| z-index: 13;
| .anticon-tool {
| display: none;
| }
| }
| .mk-popover-control-wrap {
| display: none;
| }
|
| .selected-control-element {
| box-shadow: 0px 0px 6px orange;
| }
| }
|
|