diff --git a/lib/components/form/batch-styled.ts b/lib/components/form/batch-styled.ts index afaa9159e..2283f3b9e 100644 --- a/lib/components/form/batch-styled.ts +++ b/lib/components/form/batch-styled.ts @@ -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`