Remove mixin 'mx_Dialog_link' (#10787)

There is not a component named 'mx_Dialog_link', and removing a mixin is good for pushing our style codebase toward vanilla CSS.
This commit is contained in:
Suguru Hirahara 2023-05-05 09:01:54 +00:00 committed by GitHub
parent 99ac9e5029
commit fbf3de52cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -857,8 +857,3 @@ legend {
}
}
}
@define-mixin mx_Dialog_link {
color: $accent;
text-decoration: none;
}

View file

@ -53,7 +53,8 @@ limitations under the License.
a:link,
a:hover,
a:visited {
@mixin mx_Dialog_link;
color: $accent;
text-decoration: none;
}
fieldset {

View file

@ -37,6 +37,7 @@ limitations under the License.
a:link,
a:hover,
a:visited {
@mixin mx_Dialog_link;
color: $accent;
text-decoration: none;
}
}