Merge branch 'develop' into better-spinners

This commit is contained in:
Robin Townsend 2021-04-26 14:12:44 -04:00
commit 3a62f6cdaa
644 changed files with 27499 additions and 5745 deletions

View file

@ -33,8 +33,13 @@ limitations under the License.
.mx_AccessibleButton {
line-height: $font-24px;
display: inline-block;
&::before {
& + .mx_AccessibleButton {
margin-left: 12px;
}
&:not(.mx_AccessibleButton_kind_primary_outline)::before {
content: '';
display: inline-block;
background-color: $button-fg-color;