feat: improve styling
This commit is contained in:
parent
8048482247
commit
ebfabb4605
@ -118,8 +118,15 @@
|
|||||||
.ant-menu-horizontal {
|
.ant-menu-horizontal {
|
||||||
.ant-menu-submenu,
|
.ant-menu-submenu,
|
||||||
.ant-menu-item {
|
.ant-menu-item {
|
||||||
.droppable.isDragging {
|
.droppable.isDragging::after {
|
||||||
opacity: .2;
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #f18b62;
|
||||||
|
opacity: .5;
|
||||||
}
|
}
|
||||||
.droppable:not(.isDragging).isOver::after {
|
.droppable:not(.isDragging).isOver::after {
|
||||||
content: '';
|
content: '';
|
||||||
@ -136,8 +143,15 @@
|
|||||||
.ant-menu-inline {
|
.ant-menu-inline {
|
||||||
.ant-menu-submenu,
|
.ant-menu-submenu,
|
||||||
.ant-menu-item {
|
.ant-menu-item {
|
||||||
.droppable.isDragging {
|
.droppable.isDragging::after {
|
||||||
opacity: .2;
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #f18b62;
|
||||||
|
opacity: .3;
|
||||||
}
|
}
|
||||||
.droppable:not(.isDragging).isOver::after {
|
.droppable:not(.isDragging).isOver::after {
|
||||||
content: '';
|
content: '';
|
||||||
|
@ -245,9 +245,15 @@ td.nb-table-operation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-cell {
|
.ant-table-cell {
|
||||||
&.droppable.isDragging {
|
&.droppable.isDragging::after {
|
||||||
opacity: .5;
|
content: '';
|
||||||
background-color: rgba(241, 139, 98, 0.06) !important;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
background-color: #f18b62;
|
||||||
|
opacity: .3;
|
||||||
}
|
}
|
||||||
&.droppable:not(.isDragging).isOver::after {
|
&.droppable:not(.isDragging).isOver::after {
|
||||||
content: '';
|
content: '';
|
||||||
|
Loading…
Reference in New Issue
Block a user