Skip to content

Commit

Permalink
Removed input default outline
Browse files Browse the repository at this point in the history
  • Loading branch information
lllggghhhaaa committed Dec 17, 2022
1 parent b3e21c2 commit e6f161a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WaxComponents/wwwroot/Styles/waxComponents.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ button, input, optgroup, select, textarea {
font-size: initial;
}

textarea:focus, input:focus{
outline: none;
}

.waxComponent {
background-color: var(--bg-color, white);
transition: border-color, background-color var(--transition-time, .333s);
Expand Down

0 comments on commit e6f161a

Please sign in to comment.