Add schema object deprecation display
This commit is contained in:
@@ -195,6 +195,11 @@ section.models
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
&.deprecated
|
||||
{
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -205,6 +210,14 @@ section.models
|
||||
@include text_headline(#555);
|
||||
}
|
||||
|
||||
.model-deprecated-warning
|
||||
{
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
margin-right: 1em;
|
||||
@include text_headline($_color-delete);
|
||||
}
|
||||
|
||||
|
||||
span
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user