Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions shell/components/BackLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,16 @@ export default {
display: flex;
font-size: 16px;
margin: 10px 0 20px 0;
padding: 0 4px 2px 0;
outline: 0;
width: fit-content;
border-bottom: 2px solid transparent;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to prevent layout shifting


&:hover {
text-decoration: none;
border-bottom: 2px solid;
border-bottom-color: inherit;
}

&:focus-visible {
@include focus-outline;
Expand Down