瀏覽代碼

Remove unneeded css for selectionRect

dev_h
Finn Krein 4 年之前
父節點
當前提交
16d1140a0d
共有 1 個檔案被更改,包括 1 行新增5 行删除
  1. 1
    5
      client-data/board.css

+ 1
- 5
client-data/board.css 查看文件

@@ -276,10 +276,6 @@ circle.opcursor {
276 276
 	transition: 0s;
277 277
 }
278 278
 
279
-#board #selectionRect {
280
-    fill: none;
281
-}
282
-
283 279
 /* Internet Explorer specific CSS */
284 280
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
285 281
 	#chooseColor {
@@ -288,4 +284,4 @@ circle.opcursor {
288 284
 	label.tool-name[for=chooseColor] {
289 285
 		line-height: 10px;
290 286
 	}
291
-}
287
+}

Loading…
取消
儲存