Skip to content

Commit

Permalink
invert ::selection
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Sep 14, 2021
1 parent 644551f commit 10d79d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global_styling/reset/global_reset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export const EuiGlobalReset = () => {
// background: $euiFocusBackgroundColor;
background: ${transparentize(
colors.primary,
colorMode === 'LIGHT' ? 0.9 : 0.8
colorMode === 'LIGHT' ? 0.1 : 0.2
)}
}
`}
Expand Down

3 comments on commit 10d79d0

@cchaos
Copy link
Contributor

@cchaos cchaos commented on 10d79d0 Sep 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆 🤦‍♀️

@thompsongl
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get these mixed up every time 🙈

@cchaos
Copy link
Contributor

@cchaos cchaos commented on 10d79d0 Sep 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'm starting to not like the function/name. I'm usually more used something like rgba(color, alpha). Maybe something to consider.

Please sign in to comment.