Deprecate FormButton to use AccessibleButton everywhere

This commit is contained in:
Germain Souquet 2021-06-21 14:16:37 +01:00
parent ca123d3c4d
commit adb42b7927
11 changed files with 31 additions and 112 deletions

View file

@ -259,16 +259,6 @@ limitations under the License.
.mx_AccessibleButton.mx_AccessibleButton_hasKind {
padding: 8px 18px;
&.mx_AccessibleButton_kind_primary {
color: $accent-color;
background-color: $accent-bg-color;
}
&.mx_AccessibleButton_kind_danger {
color: $notice-primary-color;
background-color: $notice-primary-bg-color;
}
}
.mx_VerificationShowSas .mx_AccessibleButton,