Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upstream #16

Merged
merged 41 commits into from
Nov 23, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
9f89f66
[DateInput] Add support for datepicker clearButtonText and todayButto…
rfbotto Oct 15, 2018
dac7bc2
include integrity hashes in yarn lock (#3035)
rgbkrk Oct 17, 2018
b91ea52
Publish
Oct 19, 2018
dbf9a98
Publish
Oct 19, 2018
9145edd
Fix reset of active item when query hasn't changed (#3072)
jscheiny Oct 25, 2018
df5d488
[DateInput] close on tab key press (#3038)
cetra3 Oct 25, 2018
15f8a82
Publish
Oct 25, 2018
2783834
Correct Table reference to HTMLTable (#3075)
marcrocny Oct 25, 2018
df02b5c
🔧 fix dependencies (#3078)
giladgray Oct 25, 2018
945b7f1
fix icons alignment (#3102)
giladgray Oct 30, 2018
a0279ac
[Breadcrumb] Add current prop (#3104)
invliD Oct 31, 2018
55ca38c
Render breadcrumb children (#3105)
invliD Oct 31, 2018
484cb76
fix checkbox indicator display (#3113)
giladgray Nov 1, 2018
4e93d2f
Only set default font-family on body selector (#3115)
adidahiya Nov 1, 2018
4b8aa49
[FormGroup] add contentClassName and style props (#3120)
giladgray Nov 1, 2018
e4905b3
[Portal] add container prop (#3045)
KochiyaOcean Nov 1, 2018
567dd08
add isotest for className prop (#3119)
giladgray Nov 1, 2018
f8c0b73
[Tag] fix line-height for centering (#3117)
giladgray Nov 1, 2018
be77356
fix label documentation example (#3087)
mattacus Nov 1, 2018
31a7d0c
added new icon (#3052)
pkwi Nov 1, 2018
dcad422
[table] Perf improvements with selections (#2005)
mcintyret Nov 2, 2018
91d88e5
remove unused logo styles from navbar (#3123)
giladgray Nov 2, 2018
b40b5a1
[Breadcrumbs] Add new component (#3106)
invliD Nov 2, 2018
0b1fc29
Publish
Nov 2, 2018
8cf3542
fix disappearing caret on focus of HTMLSelect in ControlGroup (fixes …
jbach Nov 15, 2018
3139c0f
Single Month Only Prop in DateRangePicker (#3142)
nileshr Nov 15, 2018
110deb8
Allow users to browse omnibar options without query (#3130)
gnestor Nov 15, 2018
aae9532
Using tagName JSX variable for MenuItem (#3061)
barkermn01 Nov 15, 2018
2711eb2
[Overlay] add portalClassName to IOverlayableProps (#3148)
giladgray Nov 15, 2018
650c2f7
fix HTML_TABLE_CONDENSED name (reverts 3.x break) (#3147)
giladgray Nov 15, 2018
412f0e3
Don't clear TagInput inputValue state if controlled (#3137)
ericjeney Nov 15, 2018
8ee44a7
remove margin on heading-only callouts (#3157)
giladgray Nov 15, 2018
20c7897
PopoverPosition = Position + auto values (#3156)
giladgray Nov 15, 2018
12d1729
[Select] Flag to optionally scroll to active item for select componen…
jscheiny Nov 15, 2018
1a724f5
docs edits (#3161)
giladgray Nov 16, 2018
6fc03f3
[tslint] blueprint-html-components fixer! (#3162)
giladgray Nov 16, 2018
708cd04
ts-lint --fix (#3159)
giladgray Nov 16, 2018
ca4ea58
relaxed typings for optional JSX.Elements (#3118)
giladgray Nov 16, 2018
64c76fc
[Popover] add boundary prop for easier modifiers (#3149)
giladgray Nov 16, 2018
2dc2d1f
Publish
Nov 16, 2018
0d95aa2
Merge branch 'develop' of github.com:palantir/blueprint into updateUp…
crispamares Nov 23, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Only set default font-family on body selector (palantir#3115)
  • Loading branch information
adidahiya authored and giladgray committed Nov 1, 2018
commit 4e93d2f5d8965aa2864759b663c70640b589ecd0
1 change: 1 addition & 0 deletions packages/core/src/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ html {
body {
@include base-typography();
color: $pt-text-color;
font-family: $pt-font-family;
}

p {
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/common/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ $pt-dark-intent-text-colors: (
text-transform: none;
line-height: $pt-line-height;
letter-spacing: 0;
font-family: $pt-font-family;
font-size: $pt-font-size;
font-weight: 400;
}
Expand Down