Skip to content

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