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

Fix prevBtnClass + nextBtnClass configuration options #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brandur
Copy link

@brandur brandur commented May 28, 2020

Currently, there isn't enough spacing between the default CSS classes
for the next and previous buttons and a potential custom one, so if you
use of them, the class names get truncated together and stop working
like so:

<button ... class="next slbArrowmyCustomClass">

They should look like what the closeBtnClass above has with an extra
trailing space so that all classes appear correctly separated like so:

<button ... class="next slbArrow myCustomClass">

Note: I didn't regenerate anything in dist/ (honestly, not sure how
to off hand), so this just comes into what's in src/.

Currently, there isn't enough spacing between the default CSS classes
for the next and previous buttons and a potential custom one, so if you
use of them, the class names get truncated together and stop working
like so:

``` html
<button ... class="next slbArrowmyCustomClass">
```

They should look like what the `closeBtnClass` above has with an extra
trailing space so that all classes appear correctly separated like so:

``` html
<button ... class="next slbArrow myCustomClass">
```

Note: I didn't regenerate anything in `dist/` (honestly, not sure how
to off hand), so this just comes into what's in `src/`.
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

Successfully merging this pull request may close these issues.

1 participant