-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Refactor/colorbox design #2195
Refactor/colorbox design #2195
Conversation
The next steps to refactor the modal will be to change the close arrow to something smaller and its color to black/red as it suits the modal |
This lgtm so far, let's fix the X before merging into master |
@koderjoker may be able to propose advice on the best way to replace the clunky "X" graphic in our modal. Right now the modal uses Which is implemented here: We may want to instead use: Or just a simple x (to avoid loading any new font dependencies) Thoughts? |
I agree that it would be best to avoid loading any new font dependencies. How about using the unicode for multiplication |
Yeah, I like @koderjoker's solution, here's what I think we should do:
|
The last commit probably needs more testing from your side @mekarpeles :) |
The size/clipping issue was related to the declared size of the iframe. I've fixed this and will push |
b3a199e
to
0f62796
Compare
d831841
to
6ddb946
Compare
There are the files affected by the
|
6ddb946
to
6e056d8
Compare
- not rendering mobile test for iframes in forms - fixes modal inner iframe sizing (book covers) - consistent styling for colorbox and ui-tabs - fixes author cover variants of modal as well
6e056d8
to
e882105
Compare
All issues seem resolved + paths working. |
Great then let's merge that |
Merged into |
Description
Subtask of #659
Technical
The OL colorbox modal has been resized and redesigned
Evidence