Skip to content

Commit

Permalink
Web: Files: Tiles: Added border on hover for ok/cancel buttons while …
Browse files Browse the repository at this point in the history
…renaming
  • Loading branch information
dmitry-kulak committed Jan 26, 2022
1 parent 926f0c6 commit b25e0c7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,12 @@ const EditingWrapper = styled.div`
${(props) =>
props.viewAs === "tile" &&
css`
border: none;
background: none;
border: 1px solid transparent;
:hover {
border-color: #d0d5da;
}
&:last-child {
margin-left: 2px;
Expand Down

0 comments on commit b25e0c7

Please sign in to comment.