refactor(all): strict boolean conditions

This commit is contained in:
Manu Mtz.-Almeida
2018-08-31 18:59:09 +02:00
parent f383ebdf13
commit ba2230510e
96 changed files with 990 additions and 962 deletions

View File

@ -16,16 +16,14 @@
opacity: .01;
touch-action: none;
z-index: $z-index-backdrop;
&.backdrop-hide {
background: transparent;
}
&.backdrop-no-tappable {
cursor: auto;
}
}
body.backdrop-no-scroll {
overflow: hidden;
:host(.backdrop-hide) {
background: transparent;
}
:host(.backdrop-no-tappable) {
cursor: auto;
}