fix: hide unhide workspace css not working in firefox
reverting css part for now
This commit is contained in:
parent
266b9a05e1
commit
1552b70e95
1 changed files with 0 additions and 20 deletions
|
|
@ -1027,18 +1027,6 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
&[item-is-hidden="0"] {
|
||||
.drop-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:has(.sidebar-item-container[item-is-hidden="0"]) {
|
||||
.drop-icon {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sidebar-item-container {
|
||||
margin-left: 10px;
|
||||
|
||||
|
|
@ -1071,14 +1059,6 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.standard-sidebar-section {
|
||||
display: none;
|
||||
|
||||
&:has(> [item-is-hidden="0"]) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.standard-sidebar-section.show-control {
|
||||
.desk-sidebar-item.standard-sidebar-item {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue