Skip to content

Commit

Permalink
Replace checkmark 2414 with 2713 to avoind Chrome render issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Jan 9, 2024
1 parent 49ffdb8 commit 43f02eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hypha/static_src/src/sass/apply/components/_status-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
&--is-current {
&::before {
background: $color--white;
border: calc(var(--dot) / 4) solid $color--tomato;
border-color: $color--tomato;
}

// Fill the bar all the way on accepted/declined.
Expand All @@ -83,10 +83,11 @@
border-color: $color--primary;

&::before {
color: $color--white;
font-size: map-get($font-sizes, zeta);
font-weight: bold;
background: $color--primary;
border-color: $color--primary;
content: "";
content: "";

#{$root}--small & {
background: $color--primary;
Expand Down

0 comments on commit 43f02eb

Please sign in to comment.