mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
588 B
35 lines
588 B
.reference-edit {
|
|
@include hover-visible('.reference-menu');
|
|
position: relative;
|
|
|
|
.reference-menu {
|
|
@include absolute(0, -.25rem, auto, auto);
|
|
background: $color-white;
|
|
border: 0;
|
|
border-left: 1px solid $color-border;
|
|
padding-left: 1rem;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.cell-valid {
|
|
width: 100px;
|
|
}
|
|
|
|
.badge {
|
|
@include truncate;
|
|
}
|
|
|
|
.cell-label {
|
|
position: relative;
|
|
|
|
.badge-container {
|
|
@include absolute(0, 0, 0, 0);
|
|
}
|
|
|
|
&:hover {
|
|
.badge-container {
|
|
left: auto;
|
|
}
|
|
}
|
|
}
|