Use display:block over absolute positioning

This commit is contained in:
Travis Ralston 2020-06-24 07:04:19 -06:00
parent 5c7e59b132
commit 256636ccf8

View file

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