Improve accessibility

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-03-13 14:38:36 +00:00
parent 9237cf9566
commit af368a4736
3 changed files with 18 additions and 10 deletions

View file

@ -56,14 +56,15 @@ limitations under the License.
.mx_AccessibleButton {
position: absolute;
display: inline;
right: 0;
right: 12px;
height: 16px;
width: 16px;
&::after {
content: "";
position: absolute;
width: 16px;
height: 16px;
right: 12px;
top: 4px;
mask-repeat: no-repeat;
mask-position: center;