Skip to content

Commit

Permalink
Merge pull request #87 from RENCI/hurricane-switch-control
Browse files Browse the repository at this point in the history
minor tweak - adjusting opacity so it is easier to see the hurricane switch button state.
  • Loading branch information
lstillwe authored Jun 11, 2024
2 parents 2e7ee1f + 1ac9a06 commit 7a3a41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/trays/hurricane/hurricane-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const HurricaneCard = ( layer ) => {
borderLeftColor: isVisible
? `primary.plainColor`
: `primary.plainDisabledColor`,
'.action-button': { filter: 'opacity(0.1)', transition: 'filter 250ms' },
'.action-button': { filter: 'opacity(0.5)', transition: 'filter 250ms' },
'&:hover .action-button': { filter: 'opacity(0.5)' },
'& .action-button:hover': { filter: 'opacity(1.0)' },
}}
Expand Down

0 comments on commit 7a3a41d

Please sign in to comment.