Web: Components: refactoring css rule, deleted incorrect description

This commit is contained in:
Artem Tarasov 2020-11-09 19:02:40 +03:00
parent 066140f388
commit 2f19e504aa
2 changed files with 2 additions and 2 deletions

View File

@ -31,4 +31,4 @@ import { Textarea } from "asc-web-components";
| `style` | `obj`, `array` | - | - | - | Accepts css style |
| `value` | `string` | - | - | - | Value for Textarea |
| `fontSize` | `number` | - | - | 13 | Value for font-size |
| `heightTextArea` | `number` | - | - | - | Valuer for height text-area |
| `heightTextArea` | `number` | - | - | - | Value for height text-area |

View File

@ -110,7 +110,7 @@ const TreeNodeMenu = styled(TreeNode)`
${(props) =>
props.dragging &&
css`
span.draggable {
.draggable {
background: #f8f7bf;
border-radius: 3px;
${(props) =>