Use display:block over absolute positioning

pull/21833/head
Travis Ralston 2020-06-24 07:04:19 -06:00
parent 5c7e59b132
commit 256636ccf8
1 changed files with 1 additions and 2 deletions

View File

@ -100,15 +100,14 @@ limitations under the License.
} }
.mx_IconizedContextMenu_icon { .mx_IconizedContextMenu_icon {
position: relative;
width: 16px; width: 16px;
height: 16px; height: 16px;
display: block;
&::before { &::before {
content: ''; content: '';
width: 16px; width: 16px;
height: 16px; height: 16px;
position: absolute;
mask-position: center; mask-position: center;
mask-size: contain; mask-size: contain;
mask-repeat: no-repeat; mask-repeat: no-repeat;