disable old style of showing focus for now

pull/21833/head
Bruno Windels 2018-10-19 12:10:37 +02:00
parent 798be2d514
commit bbd50e75ee
1 changed files with 1 additions and 2 deletions

View File

@ -16,9 +16,8 @@ limitations under the License.
.mx_AccessibleButton:focus { .mx_AccessibleButton:focus {
outline: 0; outline: 0;
filter: brightness($focus-brightness);
} }
.mx_AccessibleButton { .mx_AccessibleButton {
cursor: pointer; cursor: pointer;
} }