Skip to content

Commit

Permalink
Merge pull request #595 from paziresh24/plasmicops/gJQ2g-gv/next
Browse files Browse the repository at this point in the history
[plasmic] Sync project Paziresh24/Search
  • Loading branch information
ebrahimghane authored Oct 17, 2024
2 parents ffb5272 + b038f6c commit 36153e5
Show file tree
Hide file tree
Showing 14 changed files with 1,855 additions and 502 deletions.
88 changes: 2 additions & 86 deletions .plasmic/plasmic/paziresh_24_search/PlasmicCheckbox.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
.root > :global(.__wab_flex-container) > :global(.__wab_slot) > picture > img {
margin-left: 4px;
}
.root:focus-within {
outline: none;
}
.root___focusVisibleWithin {
outline: none;
}
.freeBox {
display: flex;
position: relative;
Expand All @@ -34,13 +28,11 @@
-webkit-transition-duration: 0.2s;
border-radius: 4px;
}
.root:focus-within .freeBox {
.root .freeBox___focusVisibleWithin {
box-shadow: 0px 0px 0px 3px #96c7f2;
outline: none;
}
.root .freeBox___focusVisibleWithin {
.root:focus-within .freeBox {
box-shadow: 0px 0px 0px 3px #96c7f2;
outline: none;
}
.svg {
position: relative;
Expand Down Expand Up @@ -68,25 +60,13 @@
.rootisIndeterminate:hover .svgisIndeterminate {
color: #0081f1;
}
.root:focus-within .svg {
outline: none;
}
.root .svg___focusVisibleWithin {
outline: none;
}
.labelContainer {
display: flex;
position: relative;
flex-direction: row;
align-items: stretch;
justify-content: flex-start;
}
.root:focus-within .labelContainer {
outline: none;
}
.root .labelContainer___focusVisibleWithin {
outline: none;
}
.slotTargetChildren {
white-space: pre;
}
Expand Down Expand Up @@ -150,67 +130,3 @@
> img {
overflow: hidden;
}
.root:focus-within .slotTargetChildren > *,
.root:focus-within .slotTargetChildren > :global(.__wab_slot) > *,
.root:focus-within
.slotTargetChildren
> :global(.__wab_slot)
> :global(.__wab_slot)
> *,
.root:focus-within
.slotTargetChildren
> :global(.__wab_slot)
> :global(.__wab_slot)
> :global(.__wab_slot)
> *,
.root:focus-within .slotTargetChildren > picture > img,
.root:focus-within .slotTargetChildren > :global(.__wab_slot) > picture > img,
.root:focus-within
.slotTargetChildren
> :global(.__wab_slot)
> :global(.__wab_slot)
> picture
> img,
.root:focus-within
.slotTargetChildren
> :global(.__wab_slot)
> :global(.__wab_slot)
> :global(.__wab_slot)
> picture
> img {
outline: none;
}
.root .slotTargetChildren___focusVisibleWithin > *,
.root .slotTargetChildren___focusVisibleWithin > :global(.__wab_slot) > *,
.root
.slotTargetChildren___focusVisibleWithin
> :global(.__wab_slot)
> :global(.__wab_slot)
> *,
.root
.slotTargetChildren___focusVisibleWithin
> :global(.__wab_slot)
> :global(.__wab_slot)
> :global(.__wab_slot)
> *,
.root .slotTargetChildren___focusVisibleWithin > picture > img,
.root
.slotTargetChildren___focusVisibleWithin
> :global(.__wab_slot)
> picture
> img,
.root
.slotTargetChildren___focusVisibleWithin
> :global(.__wab_slot)
> :global(.__wab_slot)
> picture
> img,
.root
.slotTargetChildren___focusVisibleWithin
> :global(.__wab_slot)
> :global(.__wab_slot)
> :global(.__wab_slot)
> picture
> img {
outline: none;
}
Loading

0 comments on commit 36153e5

Please sign in to comment.