修改ACE编辑器的CSS样式表,将以下代码加入到样式文件中。
.ace_marker-layer .ace_bracket { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: absolute !important; bottom: 0 !important; z-index: -1 !important; width: 0; height: 0; border-style: solid; pointer-events: none; border-width: 6px 4px 0 4px; border-color: #525252 transparent transparent transparent; }
.ace_marker-layer .ace_selected-word { border: 1px solid rgba(0, 0, 255, 0.5) !important; }
.ace_marker-layer .ace_step { background-color: rgb(198, 219, 174); }
.ace_marker-layer .ace_active-line { background-color: rgba(255, 255, 255, 0.15); }
重新加载页面后,图标重复的问题将会得到修复。