Disable dropdown highlight on focus

pull/3717/head
Luke Barnard 2017-04-24 10:00:39 +01:00
parent 2afe9e6928
commit c067800a4f
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ limitations under the License.
border-color: $accent-color;
}
/* Disable dropdown highlight on focus */
.mx_Dropdown_input.mx_AccessibleButton:focus {
filter: none;
}
.mx_Dropdown_arrow {
border-color: $primary-fg-color transparent transparent;
border-style: solid;