Skip to content

Commit

Permalink
EZP-31939: Set color ibexa-color-primary for active carret in content…
Browse files Browse the repository at this point in the history
… tree (#1532)
  • Loading branch information
lucasOsti authored Sep 24, 2020
1 parent 7e9c1bc commit f4cb6b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $list-item-height: calculateRem(20px);
&:hover,
&:focus {
&:before {
border-color: transparent transparent transparent $ibexa-white;
border-color: transparent transparent transparent $ibexa-color-primary;
}
}
}
Expand All @@ -197,7 +197,7 @@ $list-item-height: calculateRem(20px);
&:hover,
&:focus {
&:before {
border-color: $ibexa-white transparent transparent transparent;
border-color: $ibexa-color-primary transparent transparent transparent;
}
}
}
Expand Down

0 comments on commit f4cb6b5

Please # to comment.