Skip to content
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

Style Parent Events as a C-Shaped Block #338

Open
cycomachead opened this issue Jul 26, 2023 · 0 comments
Open

Style Parent Events as a C-Shaped Block #338

cycomachead opened this issue Jul 26, 2023 · 0 comments

Comments

@cycomachead
Copy link
Member

The event partial needs updating:

  • wrap the panel-body in a new div just for the border
  • add a white border to the panel body
  • add the trapezoid below the panel-body
  • remove the extra margin around the last inner panel
  • remove the border bottom from the panel headings
<div class="" style="border-color: #8E56E3; border-width: 20px; border-left-style: solid; border-bottom-left-radius: 6px; border-bottom-style: solid; border-bottom-right-radius: 6px; /* border-top-left-radius: 10px; */ /* padding: 15px 15px 0 6px; */ /* -webkit-box-shadow: 0px 0px 0px 4px #fff; */ /* -moz-box-shadow: 0px 0px 0px 4px #fff; */ /* box-shadow: 0px 0px 0px 4px #8E56E3; */ -moz-background-clip: padding; -webkit-background-clip: padding; background-clip: padding-box;">
<div class="panel-body" style="border: 15px solid white; border-radius: 6px; border-bottom-right-radius: 0px; margin: 0 0 -6px -6px;">
<div data-url="https://www.snapcon.org/conferences/2023/program/proposals/699" onclick="eventClicked(event, this);">

see if the inner click div can handle being the panel body to not need an extra nesting...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant