strikethrough for deprecated property name

This commit is contained in:
Greg Thompson
2017-11-16 13:26:38 -06:00
parent 86680825af
commit db1ad02a64

View File

@@ -12,6 +12,10 @@
{ {
color: $model-deprecated-font-color !important; color: $model-deprecated-font-color !important;
} }
> td:first-of-type {
text-decoration: line-through;
}
} }
&-toggle &-toggle
{ {