Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97619cf commit 9a94ba0Copy full SHA for 9a94ba0
src/js/epicker-ui.js
@@ -252,7 +252,7 @@ const cosmeticCandidatesFromFilterChoice = function(filterChoice) {
252
}
253
// Remove attribute values.
254
if ( (specificity & 0b0010) === 0 ) {
255
- const match = /^\[([^^=]+)\^?=.+\]$/.exec(filter);
+ const match = /^\[([^^*$=]+)[\^*$]?=.+\]$/.exec(filter);
256
if ( match !== null ) {
257
filter = `[${match[1]}]`;
258
0 commit comments