Skip to content

Commit

Permalink
fix(Breadcrumbs): Fix link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 19, 2023
1 parent 5bed433 commit 58d13b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/components/Breadcrumbs/Breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@

&__text {
white-space: nowrap;

&_link {
outline: none;
color: var(--g-color-text-link);
text-decoration: none;
cursor: pointer;
}
}
}
2 changes: 1 addition & 1 deletion src/components/SearchItem/SearchItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.SearchItem {
&__link {
cursor: pointer;
text-decoration: none;
color: inherit;

&:hover,
Expand Down Expand Up @@ -44,6 +43,7 @@
&__item {
display: block;
overflow: hidden;
text-decoration: none;

cursor: pointer;
text-overflow: ellipsis;
Expand Down

0 comments on commit 58d13b7

Please sign in to comment.