1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-10 19:43:07 +03:00
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2019-09-27 09:14:29 +01:00
parent 8d1d3090f3
commit 192dcbb31f

View File

@@ -18,7 +18,7 @@ limitations under the License.
cursor: pointer; cursor: pointer;
} }
.mx_AccessibleButton:focus:not(.focus-visible) { .mx_AccessibleButton:focus:not(.focus-visible) {
outline: 0; outline: 0;
} }