Skip to content

Commit ea7b5c1

Browse files
authored
Merge pull request #1304 from lera-sh/fix_styles
Add additional SCSS variables
2 parents 9f13d1d + c90ab39 commit ea7b5c1

File tree

5 files changed

+434
-42
lines changed

5 files changed

+434
-42
lines changed

public/assets/styles/choices.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@
112112
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
113113
background-size: 8px;
114114
width: 8px;
115-
line-height: 1;
116115
opacity: 0.75;
117-
border-radius: 0;
118116
}
119117
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
120118
.choices[data-type*=text] .choices__button:hover,
@@ -309,9 +307,8 @@
309307
vertical-align: baseline;
310308
background-color: #f9f9f9;
311309
font-size: 14px;
312-
margin-bottom: 5px;
310+
margin-bottom: 0;
313311
border: 0;
314-
border-radius: 0;
315312
max-width: 100%;
316313
padding: 4px 0 4px 2px;
317314
}

public/assets/styles/choices.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/styles/choices.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)