Browse Source

strikethrough for deprecated property name

bubble
Greg Thompson 6 years ago
parent
commit
db1ad02a64
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/style/_models.scss

+ 4
- 0
src/style/_models.scss View File

@@ -12,6 +12,10 @@
{
color: $model-deprecated-font-color !important;
}

> td:first-of-type {
text-decoration: line-through;
}
}
&-toggle
{


Loading…
Cancel
Save