Merge pull request #5144 from consul/fix_invert_selection
Fix text selection in budget header
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
text-transform: uppercase;
|
||||
|
||||
&::before {
|
||||
@extend %brand-background;
|
||||
@include brand-background;
|
||||
border-radius: 50%;
|
||||
content: "";
|
||||
height: 20px;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
position: relative;
|
||||
|
||||
&::after {
|
||||
@extend %brand-background;
|
||||
@include brand-background;
|
||||
bottom: 0;
|
||||
content: "";
|
||||
height: rem-calc(6);
|
||||
|
||||
Reference in New Issue
Block a user