underline css fixed (#1515)
This commit is contained in:
parent
53e4a71f17
commit
09ce4329b0
|
|
@ -17,7 +17,6 @@ const Container = styled.div<{
|
|||
padding: 5px 10px;
|
||||
height: 25px;
|
||||
text-decoration: ${props => (props.isEditing ? "unset" : "underline")};
|
||||
text-decoration-style: dotted;
|
||||
background-color: ${props =>
|
||||
(props.isInvalid && props.isEditing) ||
|
||||
props.savingState === SavingState.ERROR
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user