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
3 changed files with 4 additions and 7 deletions
@@ -37,6 +37,7 @@ limitations under the License.
a:link,
a:hover,
a:visited {
@mixin mx_Dialog_link;
color: $accent;
text-decoration: none;
}
}