Skip to content

Commit

Permalink
fix: removed forced focus on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Mar 6, 2024
1 parent 83e7296 commit cf17610
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/theme/ItaliaTheme/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
text-align: justify;
}

button.btn,
button.rounded-right {
&:focus {
border-color: $focus-outline-color !important;
box-shadow:
inset 0 1px 0 $focus-outline-color,
0 1px 1px $focus-outline-color,
0 0 0 0.2rem $focus-outline-color !important;
outline: none;
}
}

.btn-tertiary {
@include button-variant($tertiary, $tertiary);

Expand Down

0 comments on commit cf17610

Please sign in to comment.