nested group feature added
This commit is contained in:
14
public/css/app.css
vendored
14
public/css/app.css
vendored
@ -47367,10 +47367,6 @@ button, input, optgroup, select, textarea{
|
||||
max-height: 0;
|
||||
}
|
||||
/* index */
|
||||
.index-actions:hover .tooltip-content{
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
html[dir='ltr'] .index-actions:first-child{
|
||||
border-top-left-radius: 0.5rem;
|
||||
border-bottom-left-radius: 0.5rem;
|
||||
@ -48603,7 +48599,11 @@ body{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.group:hover .group-hover\:flex{
|
||||
.group\/tooltip:hover .group-hover\/tooltip\:visible{
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.group\/actions:hover .group-hover\/actions\:flex{
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
@ -48648,6 +48648,10 @@ body{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.group\/tooltip:hover .group-hover\/tooltip\:opacity-100{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
[dir="ltr"] .ltr\:right-0{
|
||||
right: 0px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user