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 6, 2024
1 parent 4ca2b8e commit 04524e1
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 @@ -543,11 +543,6 @@
font-size: 16px;
font-weight: 600;
line-height: 1.5;
a {
color: inherit;
text-decoration: none;
}
}
.thumbnail {
Expand Down Expand Up @@ -583,6 +578,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 04524e1

Please sign in to comment.