fix: add ellipsis to table search input when blur (#11020)
This commit is contained in:
parent
a659cba4ea
commit
e77ab8b06c
|
|
@ -53,11 +53,16 @@ const SearchInputWrapper = styled(InputGroup)`
|
|||
box-shadow: none;
|
||||
font-size: 12px;
|
||||
color: ${Colors.GREY_10};
|
||||
padding-right: 20px;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
}
|
||||
input:focus {
|
||||
border: 1.2px solid ${Colors.FERN_GREEN};
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input:active {
|
||||
box-shadow: 0px 0px 0px 3px ${Colors.JAGGED_ICE};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user