Improve accessibility
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9237cf9566
commit
af368a4736
3 changed files with 18 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue