Skip to content

Commit

Permalink
Merge pull request #1250 from opentripplanner/fix-chrome-filter-bug
Browse files Browse the repository at this point in the history
Fix D/T Moving Text Chrome/Filter bug
  • Loading branch information
amy-corson-ibigroup authored Jul 24, 2024
2 parents ceefdb3 + 8c43a40 commit 1f2f478
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/components/form/batch-styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import styled, { css } from 'styled-components'
export const buttonPixels = 51

export const activeCss = css`
/* Make elements slightly darker on hover. */
filter: brightness(90%);
/* Make elements internal content slightly transparent on hover. */
& > * {
opacity: 90%;
}
`

const buttonTransitionCss = css`
Expand Down

0 comments on commit 1f2f478

Please sign in to comment.