fix(ui): styling of sidebar item edit controls
This commit is contained in:
parent
8590b25b19
commit
e1bb478303
1 changed files with 3 additions and 3 deletions
|
|
@ -83,6 +83,7 @@
|
|||
|
||||
.standard-sidebar-item {
|
||||
display: flex;
|
||||
position: relative;
|
||||
@include transition(all, 0.3s, cubic-bezier(0.4, 0, 0.2, 1));
|
||||
|
||||
margin-bottom: 1px;
|
||||
|
|
@ -292,7 +293,6 @@
|
|||
.standard-sidebar-item:hover {
|
||||
& .sidebar-item-edit-controls {
|
||||
visibility: visible;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
.promotional-banners,
|
||||
|
|
@ -303,10 +303,10 @@
|
|||
}
|
||||
.sidebar-item-edit-controls {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.standard-sidebar-item[data-name="add-sidebar-item"] {
|
||||
margin-top: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue