Disable dropdown highlight on focus
This commit is contained in:
@@ -31,6 +31,11 @@ limitations under the License.
|
|||||||
border-color: $accent-color;
|
border-color: $accent-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Disable dropdown highlight on focus */
|
||||||
|
.mx_Dropdown_input.mx_AccessibleButton:focus {
|
||||||
|
filter: none;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Dropdown_arrow {
|
.mx_Dropdown_arrow {
|
||||||
border-color: $primary-fg-color transparent transparent;
|
border-color: $primary-fg-color transparent transparent;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
|||||||
Reference in New Issue
Block a user