Skip to content

Commit

Permalink
fix: replace border with box-shadow to avoid layout shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Nov 12, 2024
1 parent ec82fbf commit 49ec903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.mat-button-toggle-checked {
border: 2px solid $kubeflow-blue-primary-hue;
box-shadow: inset 0 0 0 2px $kubeflow-blue-primary-hue;
background-color: white;
}

Expand Down

0 comments on commit 49ec903

Please sign in to comment.