Skip to content

Commit ef999dd

Browse files
committed
Merge pull request #141 from primer/sms
2.3.1: Small selects
2 parents 99a8971 + 525fad1 commit ef999dd

File tree

5 files changed

+18
-15
lines changed

5 files changed

+18
-15
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: pretty
88
source: docs
99
baseurl: ""
1010

11-
version: 2.3.0
11+
version: 2.3.1
1212

1313
sass:
1414
sass_dir: ../

css/.primer-stats.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# [primer]( http://primercss.io )
22

3-
**Version:** `2.2.1`
3+
**Version:** `2.3.1`
44

55
## Parker Report
66

77
### css/primer.css
88

99
- **Total Stylesheets:** 1
10-
- **Total Stylesheet Size:** 28454
10+
- **Total Stylesheet Size:** 29043
1111
- **Total Media Queries:** 1
12-
- **Total Rules:** 366
13-
- **Selectors Per Rule:** 1.489071038251366
14-
- **Total Selectors:** 545
15-
- **Identifiers Per Selector:** 2.1247706422018346
16-
- **Specificity Per Selector:** 16.387155963302753
12+
- **Total Rules:** 372
13+
- **Selectors Per Rule:** 1.521505376344086
14+
- **Total Selectors:** 566
15+
- **Identifiers Per Selector:** 2.2703180212014136
16+
- **Specificity Per Selector:** 17.32155477031802
1717
- **Top Selector Specificity:** 50
1818
- **Top Selector Specificity Selector:** .fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before
1919
- **Total Id Selectors:** 0
20-
- **Total Identifiers:** 1158
20+
- **Total Identifiers:** 1285
2121
- **Total Declarations:** 921
22-
- **Total Unique Colors:** 79
22+
- **Total Unique Colors:** 81
2323
- **Total Important Keywords:** 1

css/primer.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primer",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"homepage": "http://primercss.io",
55
"author": "GitHub, Inc.",
66
"scss": "./scss/primer.scss",

scss/_forms.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ textarea {
2929
vertical-align: middle;
3030
background-color: #fff;
3131
background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc)
32-
background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically.
32+
background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically.
3333
border: 1px solid #ccc;
3434
border-radius: 3px;
3535
outline: none;
@@ -531,9 +531,12 @@ input::-webkit-inner-spin-button {
531531
}
532532

533533
.select-sm {
534-
height: 26px;
535-
min-height: 26px;
536534
padding-top: 3px;
537535
padding-bottom: 3px;
538536
font-size: 12px;
537+
538+
&:not([multiple]) {
539+
height: 26px;
540+
min-height: 26px;
541+
}
539542
}

0 commit comments

Comments
 (0)