Skip to content

Commit

Permalink
chore: remove commented CSS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Jan 8, 2025
1 parent 111dcec commit 7210a9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/DataDimension/styles/TransferOption.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default css`
margin-right: ${spacers.dp4};
display: inline-flex;
vertical-align: text-bottom;
//padding-top: 1px;
}
.label {
Expand Down Expand Up @@ -122,7 +121,6 @@ export default css`
.edit:hover,
.info:hover {
background-color: ${colors.grey200};
// outline: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 0px;
}
Expand All @@ -133,6 +131,5 @@ export default css`
.highlighted .edit:hover,
.highlighted .info:hover {
background-color: ${theme.secondary900};
// outline: 1px solid rgba(255, 255, 255, 0.12);
}
`

0 comments on commit 7210a9a

Please sign in to comment.