Files
nairobi/app/assets/stylesheets
Javi Martín 68927409b6 Fix text selection in budget heading
The `inverted-selection` rules defined in the `%brand-background`
selector weren't being applied because we were using this selector in
`::before` and `::after` pseudoelements. Not sure about the reason, but
it looks like the saturation of `::after::selection` pseudoelements
resulted in invalid selectors and so the inverted selection rules were
ignored for every selection using `%brand-background`, like
`%budget-header`.

Using `@include brand-background` instead of `@extend %brand-background`
in pseudoelements solves the issue. The inverted selection might not
work in these pseudoelements, but we don't need it there since these
pseudoelements don't have content.
2023-06-29 15:54:29 +02:00
..
2022-10-27 15:35:27 +02:00
2022-05-02 15:11:22 +02:00
2018-06-06 12:00:39 +02:00
2021-06-02 16:15:00 +02:00
2021-06-24 13:15:04 +02:00
2023-05-04 15:27:15 +02:00
2023-02-22 19:19:27 +01:00
2019-02-02 19:18:26 +01:00
2021-06-29 19:41:58 +02:00
2021-02-14 18:56:52 +01:00