Update the styling information on the website
See original GitHub issueI have worked with noUiSlider in the past before, and now I wanted to use it for another project and I’ve realized, the styling works differently and that for example the noUi-background
class was gone.
I looked into the release note and found this
- Removed: .noUi-stacking class. Handles now stack themselves;
- Removed: .noUi-handle-lower and .noUi-handle-upper classes;
- Removed: .noUi-background. This is now default;
- Removed: connect: ‘lower’ and connect: ‘upper’. These settings are replaced by connect: [true, false];
But the website still mentions those classes
This should probably be updated to match the new way of styling noUiSlider (I ended up changing the background through .noUi-ltr
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Using dynamic styling information - Web APIs | MDN
To change a particular element's style, you can adapt the following example for the element(s) you want to style. The getComputedStyle() method ...
Read more >Style Sheets in HTML documents - W3C
This offers several benefits: Authors and Web site managers may share style sheets across a number of documents (and sites). Authors may change...
Read more >Making style changes - Squarespace Help Center
To make style changes: Tap any page of your site, then tap Edit or the pencil icon. Tap the paintbrush icon to open...
Read more >How to Add Style Sheets to HTML Pages - Tutorial Republic
There are various methods for adding style information to an HTML element such as inline styles using style attribute, embedded styles using style...
Read more >How Do I Force the Browser to Update the CSS?
The browser will view a file name of style.css as different from a file name of style.css?v=1.1 , so it will generally force...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
.noUi-target
is now the base element for the slider, and has the background. I didn’t want to add.noUi-background
to.noUi-target
to prevent hard to debug changes when migrating from a previous version.I’ve updated the documentation.