-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-897: Sidebar drag and drop scss component #1975
Conversation
63e3274
to
e6164a5
Compare
overflow: auto; | ||
} | ||
|
||
&--is-draggabel { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&--is-draggabel { | |
&--is-draggable { |
0e89e72
to
7f45377
Compare
@@ -8,7 +8,7 @@ | |||
const token = doc.querySelector('meta[name="CSRF-Token"]').content; | |||
const siteaccess = doc.querySelector('meta[name="SiteAccess"]').content; | |||
const sectionsNode = doc.querySelector('.ibexa-content-type-edit__sections'); | |||
const searchFieldInput = doc.querySelector('.ibexa-available-field-types__search'); | |||
const searchFieldInput = doc.querySelector('.ibexa-available-field-types__sidebar-filter'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const searchFieldInput = doc.querySelector('.ibexa-available-field-types__sidebar-filter'); | |
const filterFieldInput = doc.querySelector('.ibexa-available-field-types__sidebar-filter'); |
?
e1a8255
to
5c42a74
Compare
5c42a74
to
349fdb2
Compare
width: calculateRem(24px); | ||
background-color: $ibexa-color-light-300; | ||
|
||
&:nth-child(1) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&:nth-child(1) { | |
&:first-child { |
overflow: auto; | ||
} | ||
|
||
&--is-draggable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&--is-draggable { | |
&--draggable { |
605f0c6
to
7ee1247
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Checklist:
$ composer fix-cs
)