fix focus highlight on bright theme

This commit is contained in:
Matthew Hodgson
2017-04-19 02:28:16 +01:00
parent ccc33db9dd
commit 751f715e77
3 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,6 @@ limitations under the License.
.mx_AccessibleButton:focus {
outline: 0;
filter: brightness(200%);
filter: brightness($focus-brightness);
}