react-x-editable-fix
Version:
React X editable using react-bootstrap.
17 lines (16 loc) • 338 B
CSS
.editable-container a,
.editable-container a:hover{
text-decoration: none;
border-bottom: dashed 1px #0088cc;
cursor: pointer;
color: #323133;
}
.editable-btn button:nth-child(2) {
margin-left: 6px;
}
.editable-disabled a,
.editable-disabled a:hover{
text-decoration: none;
color: gray;
cursor: default;
}