Fix is-missing layout problem #3194 (#3195)

- Fixes related to `is-missing` including fixes for Display Layout
alphanumeric views and Tabs view tabs;
This commit is contained in:
Charles Hacskaylo
2020-07-16 12:43:37 -07:00
committed by GitHub
parent 87d63806b9
commit cb63f4eca1
3 changed files with 24 additions and 17 deletions

View File

@ -27,13 +27,14 @@
border: 1px solid transparent;
}
&.is-missing {
@include isMissing($absPos: true);
border: $borderMissing;
@include isMissing($absPos: true);
.is-missing__indicator {
top: 0;
left: 0;
}
.is-missing__indicator {
top: 0;
left: 0;
}
&.is-missing {
border: $borderMissing;
}
}