Skip to content

Commit

Permalink
Use a single place for link style
Browse files Browse the repository at this point in the history
and remove duplicate value.
  • Loading branch information
MisRob committed Oct 4, 2024
1 parent 0a63995 commit d7717d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/cards/KCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,6 @@
font-size: 16px;
font-weight: 600;
line-height: 1.5;
a {
color: inherit;
text-decoration: none;
}
}
.thumbnail {
Expand Down Expand Up @@ -629,6 +624,7 @@
.link {
display: inline-block; // allows title placeholder in the skeleton card
width: 100%; // allows title placeholder in the skeleton card
color: inherit;
text-decoration: none;
outline: none; // the focus ring is moved to the whole <li>
}
Expand Down

0 comments on commit d7717d3

Please sign in to comment.