Commit 1df6a829 by Рамис

table tool fix

parent a0e4dda3
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.0.14", "version": "1.0.15",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -82,6 +82,11 @@ body{ ...@@ -82,6 +82,11 @@ body{
&.active{ &.active{
opacity: 0.4; opacity: 0.4;
} }
&.disabled{
opacity: 0.6;
cursor: default;
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment