Skip to content

Commit

Permalink
CSS: Remove focus outline on input
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 28, 2015
1 parent dc3cf8b commit fb961fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/css/icinga/forms.less
Expand Up @@ -8,7 +8,8 @@ input {
padding: @vertical-padding / 2 @horizontal-padding / 2;

&:focus {
border-bottom: 1px solid @icinga-blue;
border-color: @icinga-blue;
outline: none;
}
}

Expand Down

0 comments on commit fb961fe

Please sign in to comment.