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:
parent
99ac9e5029
commit
fbf3de52cd
3 changed files with 4 additions and 7 deletions
|
@ -857,8 +857,3 @@ legend {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@define-mixin mx_Dialog_link {
|
|
||||||
color: $accent;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
|
@ -53,7 +53,8 @@ limitations under the License.
|
||||||
a:link,
|
a:link,
|
||||||
a:hover,
|
a:hover,
|
||||||
a:visited {
|
a:visited {
|
||||||
@mixin mx_Dialog_link;
|
color: $accent;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
|
|
|
@ -37,6 +37,7 @@ limitations under the License.
|
||||||
a:link,
|
a:link,
|
||||||
a:hover,
|
a:hover,
|
||||||
a:visited {
|
a:visited {
|
||||||
@mixin mx_Dialog_link;
|
color: $accent;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue