fix focus highlight on bright theme
This commit is contained in:
@@ -16,6 +16,6 @@ limitations under the License.
|
||||
|
||||
.mx_AccessibleButton:focus {
|
||||
outline: 0;
|
||||
filter: brightness(200%);
|
||||
filter: brightness($focus-brightness);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user