Skip to content

Commit

Permalink
Remove mixin 'mx_Dialog_link' (#10787)
Browse files Browse the repository at this point in the history
There is not a component named 'mx_Dialog_link', and removing a mixin is good for pushing our style codebase toward vanilla CSS.
  • Loading branch information
luixxiul committed May 5, 2023
1 parent 99ac9e5 commit fbf3de5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 0 additions & 5 deletions res/css/_common.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,3 @@ legend {
}
}
}

@define-mixin mx_Dialog_link {
color: $accent;
text-decoration: none;
}
3 changes: 2 additions & 1 deletion res/css/views/auth/_AuthBody.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ limitations under the License.
a:link,
a:hover,
a:visited {
@mixin mx_Dialog_link;
color: $accent;
text-decoration: none;
}

fieldset {
Expand Down
3 changes: 2 additions & 1 deletion res/css/views/auth/_CompleteSecurityBody.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ limitations under the License.
a:link,
a:hover,
a:visited {
@mixin mx_Dialog_link;
color: $accent;
text-decoration: none;
}
}

0 comments on commit fbf3de5

Please sign in to comment.