Skip to content

Commit

Permalink
adds hover styling hcm
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyPeachey committed Oct 8, 2024
1 parent 5062df3 commit cf8b96e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/MediaLoader/Placeholder/index.styles.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { css, Theme } from '@emotion/react';
import NO_JS_CLASSNAME from '#app/lib/noJs.const';
import pixelsToRem from '#app/utilities/pixelsToRem';
import { focusIndicatorThickness } from '../../ThemeProvider/focusIndicator';

const styles = {
Expand All @@ -21,6 +22,8 @@ const styles = {
'&:hover, &:focus': {
'> button': {
backgroundColor: 'canvas',
border: `${pixelsToRem(3)}rem solid canvasText`,
'> time': { textDecoration: 'underline' },
},
},
},
Expand Down

0 comments on commit cf8b96e

Please sign in to comment.