Remove outline on focus for consistent link and button styling

This commit is contained in:
Mohamad Salman 2025-01-30 12:17:48 +01:00 committed by GitHub
parent 5708adc816
commit 69711b79a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@
white-space: nowrap; // prevent links from randomly breaking onto new lines
background-color: transparent; // For `<button>`s
border: 0; // For `<button>`s
outline: 0; // For `<button>`s
@include border-radius(var(--#{$prefix}dropdown-item-border-radius, 0));
&:hover,