fix! скорректирован стиль выбора жк
This commit is contained in:
parent
554cbb1357
commit
210f591bf3
@ -145,7 +145,7 @@ class="bi bi-plus-circle" viewBox="0 0 16 16">
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn-group btn-secondary w-100 d-flex rounded-4">
|
||||
<button type="button" class="btn btn-light border overflow-hidden w-100 rounded-start-4">
|
||||
<button type="button" class="btn btn-light border overflow-hidden w-100 rounded-start-4 pe-0" style="mask-image: linear-gradient(to right, black, black 90%, transparent);">
|
||||
@if(count($selectedObjects))
|
||||
<div class="d-flex gap-2 row-fade overflow-hidden">
|
||||
@foreach($selectedObjects as $selectedComplexId=>$object)
|
||||
|
||||
@ -53,17 +53,4 @@
|
||||
background-color: #08080854;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.row-fade::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 60px;
|
||||
height: calc(100% + 2px);
|
||||
pointer-events: none;
|
||||
background: linear-gradient(to right, transparent, #fff);
|
||||
margin: -1px;
|
||||
filter: blur(1px);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user