1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Fix checkbox bleed

This commit is contained in:
Jorik Schellekens
2020-06-03 16:48:05 +01:00
committed by J. Ryan Stinnett
parent e6a776be7e
commit ca69a9d7bb

View File

@@ -23,6 +23,7 @@ limitations under the License.
border-radius: 3px;
border: solid 1px $accent-color;
cursor: pointer;
z-index: 1;
}
.mx_AddressSelector.mx_AddressSelector_empty {