Skip to content

Commit

Permalink
EPMRPP-90325 || minor design fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-hambardzumian committed Jun 5, 2024
1 parent 6d58c30 commit 1e28b4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
.breadcrumb:last-child {
.breadcrumb-text {
color: $COLOR--e-200;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
padding: 7px 16px;
margin-top: 16px;

&:hover {
&:hover:not(.disabled), &:focus:not(.disabled) {
border: 1px solid $COLOR--topaz-hover-2;
background-color: $COLOR--topaz-hover-2;
color: $COLOR--white-two;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
line-height: 31px;
color: $COLOR--almost-black;
text-transform: capitalize;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.top-breadcrumbs {
Expand Down

0 comments on commit 1e28b4f

Please sign in to comment.