mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:09:08 +08:00
cac01a3018
Change-Id: I06342cb12229885daf8e6fa2978f4e49ea0c49a2
7 lines
144 B
SCSS
7 lines
144 B
SCSS
.ae-Editor-selectionCursor {
|
|
position: absolute;
|
|
background: rgba(#23b7e5, 0.2);
|
|
border: 1px solid rgba(#23b7e5, 1);
|
|
z-index: 999999;
|
|
}
|