Skip to content

Commit

Permalink
Fix focus color of select fields (#16236)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jul 22, 2020
1 parent 5c03669 commit aa79093
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/Morpheus/stylesheets/general/_forms.less
Expand Up @@ -125,4 +125,8 @@ input:not([type]):focus:not([readonly]) + label,
abbr[title] {
border-bottom: 1px dotted;
text-decoration: none;
}

.select-wrapper input.select-dropdown:focus {
border-bottom-color: @theme-color-brand;
}

0 comments on commit aa79093

Please sign in to comment.