QA, removed not needed #app.
This commit is contained in:
parent
489544995c
commit
d2ba6d1f22
1 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
||||||
#app > *:not(.content):not(.active),
|
#app > *:not(.content):not(.active),
|
||||||
#app > .hide,
|
#app > .hide,
|
||||||
#app .icon,
|
.icon,
|
||||||
#app .btn,
|
.btn,
|
||||||
#app .avatar {
|
.avatar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#app .table {
|
.table {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#app .dashboard + .sidebar {
|
.dashboard + .sidebar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,9 +30,9 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#app .bulkAction,
|
.bulkAction,
|
||||||
#app .overviews .checkbox-replacement,
|
.overviews .checkbox-replacement,
|
||||||
#app .overviews .overview-header {
|
.overviews .overview-header {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue