Skip to content

Commit

Permalink
Merge pull request #5144 from consul/fix_invert_selection
Browse files Browse the repository at this point in the history
Fix text selection in budget header
  • Loading branch information
javierm committed Jul 3, 2023
2 parents 29a3fe4 + 6892740 commit 2766d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@
text-transform: uppercase;

&::before {
@extend %brand-background;
@include brand-background;
border-radius: 50%;
content: "";
height: 20px;
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/budgets/single_heading.scss
Expand Up @@ -4,7 +4,7 @@
position: relative;

&::after {
@extend %brand-background;
@include brand-background;
bottom: 0;
content: "";
height: rem-calc(6);
Expand Down

0 comments on commit 2766d8f

Please sign in to comment.