Skip to content
Snippets Groups Projects
Commit f45add7e authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Increase specificity

parent 3e9989be
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
input.clearable::-ms-clear {display: none; width:0; height:0;} // Remove IE default X
// choices clearable inputs
.choices[data-type*=select-multiple] .choices__button {
.choices[data-type*=select-multiple] button.choices__button {
background: none;
padding: 0;
vertical-align: middle;
......
......@@ -2377,7 +2377,7 @@ input.clearable::-ms-clear {
width: 0;
height: 0; }
.choices[data-type*=select-multiple] .choices__button {
.choices[data-type*=select-multiple] button.choices__button {
background: none;
padding: 0;
vertical-align: middle;
......
This diff is collapsed.
......@@ -5429,7 +5429,7 @@ input.clearable::-ms-clear {
width: 0;
height: 0; }
.choices[data-type*=select-multiple] .choices__button {
.choices[data-type*=select-multiple] button.choices__button {
background: none;
padding: 0;
vertical-align: middle;
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment