We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4175511 commit f9c13fbCopy full SHA for f9c13fb
1 file changed
packages/x-flow/src/index.less
@@ -3,8 +3,25 @@
3
width: 100%;
4
background: #F0F2F7;
5
position: relative;
6
-
7
.react-flow__attribution {
8
display: none;
9
}
10
-}
+
+ // 移除框选时画布边框的蓝色
11
+ .react-flow__selection {
12
+ border: none !important;
13
+ outline: none !important;
14
+ }
15
16
+ // 移除框选矩形区域的边框
17
+ // .react-flow__nodesselection-rect {
18
+ // border: none !important;
19
+ // outline: none !important;
20
+ // }
21
22
+ // 移除焦点时的蓝色边框
23
+ &:focus {
24
25
26
27
+}
0 commit comments