Skip to content

Commit 572ac1f

Browse files
llorcagiladgray
authored andcommitted
Prepare Release v1.2.0 (#302)
1 parent d381dbb commit 572ac1f

22 files changed

Lines changed: 32837 additions & 35620 deletions

docs/assets/fonts/icons-16.eot

1.06 KB
Binary file not shown.

docs/assets/fonts/icons-16.ttf

1.06 KB
Binary file not shown.

docs/assets/fonts/icons-16.woff

1.06 KB
Binary file not shown.

docs/assets/fonts/icons-20.eot

1.09 KB
Binary file not shown.

docs/assets/fonts/icons-20.ttf

1.09 KB
Binary file not shown.

docs/assets/fonts/icons-20.woff

1.09 KB
Binary file not shown.

docs/blueprint-landing.css

Lines changed: 48 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,6 +1442,18 @@ span.pt-icon {
14421442
.pt-icon-numerical::before {
14431443
content: "\E756"; }
14441444

1445+
.pt-icon-key-tab::before {
1446+
content: "\E757"; }
1447+
1448+
.pt-icon-regression-chart::before {
1449+
content: "\E758"; }
1450+
1451+
.pt-icon-translate::before {
1452+
content: "\E759"; }
1453+
1454+
.pt-icon-eye-on::before {
1455+
content: "\E75A"; }
1456+
14451457
:focus {
14461458
outline: rgba(19, 124, 189, 0.5) auto 2px;
14471459
outline-offset: 2px;
@@ -2796,10 +2808,9 @@ a.pt-button {
27962808
.pt-control-group .pt-button:focus,
27972809
.pt-control-group select:focus {
27982810
position: relative; }
2799-
.pt-control-group .pt-input-group .pt-button:focus {
2800-
position: absolute; }
28012811
.pt-control-group .pt-input-group > .pt-icon,
28022812
.pt-control-group .pt-input-group > .pt-button,
2813+
.pt-control-group .pt-input-group > .pt-input-action,
28032814
.pt-control-group .pt-select::after {
28042815
z-index: 3; }
28052816
.pt-control-group .pt-input-group .pt-button {
@@ -3919,18 +3930,11 @@ button.pt-menu-item {
39193930
.pt-non-ideal-state-action {
39203931
margin-top: 15px; }
39213932

3922-
.pt-overlay-scroll-container.pt-overlay-open {
3923-
position: absolute;
3924-
top: 0;
3925-
right: 0;
3926-
bottom: 0;
3927-
left: 0;
3928-
overflow: auto; }
3929-
.pt-overlay-scroll-container.pt-overlay-open .pt-overlay-backdrop {
3930-
position: fixed; }
3933+
body.pt-overlay-open {
3934+
overflow: hidden; }
39313935

39323936
.pt-overlay-backdrop {
3933-
position: absolute;
3937+
position: fixed;
39343938
top: 0;
39353939
right: 0;
39363940
bottom: 0;
@@ -3958,6 +3962,24 @@ button.pt-menu-item {
39583962
.pt-overlay-backdrop:focus {
39593963
outline: none; }
39603964

3965+
.pt-overlay-content {
3966+
position: fixed; }
3967+
3968+
.pt-overlay-inline .pt-overlay-backdrop,
3969+
.pt-overlay-inline .pt-overlay-content {
3970+
position: absolute; }
3971+
3972+
.pt-overlay-scroll-container.pt-overlay-open {
3973+
position: fixed;
3974+
top: 0;
3975+
right: 0;
3976+
bottom: 0;
3977+
left: 0;
3978+
z-index: 20;
3979+
overflow: auto; }
3980+
.pt-overlay-scroll-container.pt-overlay-open .pt-overlay-content {
3981+
position: absolute; }
3982+
39613983
.pt-popover {
39623984
box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
39633985
-webkit-transform: scale(1);
@@ -4276,6 +4298,7 @@ button.pt-menu-item {
42764298
position: relative;
42774299
cursor: default;
42784300
width: 100%;
4301+
min-width: 150px;
42794302
height: 40px;
42804303
outline: none;
42814304
-webkit-user-select: none;
@@ -4633,23 +4656,23 @@ table.pt-table {
46334656
.pt-tabs.pt-vertical {
46344657
display: -webkit-flex;
46354658
display: flex; }
4636-
.pt-tabs.pt-vertical .pt-tab-list {
4659+
.pt-tabs.pt-vertical > .pt-tab-list {
46374660
-webkit-flex-direction: column;
46384661
flex-direction: column;
46394662
-webkit-align-items: flex-start;
46404663
align-items: flex-start; }
4641-
.pt-tabs.pt-vertical .pt-tab {
4642-
width: 100%;
4643-
padding: 0 10px; }
4644-
.pt-tabs.pt-vertical .pt-tab-indicator-wrapper .pt-tab-indicator {
4645-
top: 0;
4646-
right: 0;
4647-
bottom: 0;
4648-
left: 0;
4649-
border-radius: 3px;
4650-
background-color: rgba(19, 124, 189, 0.2);
4651-
height: auto; }
4652-
.pt-tabs.pt-vertical .pt-tab-panel {
4664+
.pt-tabs.pt-vertical > .pt-tab-list .pt-tab {
4665+
width: 100%;
4666+
padding: 0 10px; }
4667+
.pt-tabs.pt-vertical > .pt-tab-list .pt-tab-indicator-wrapper .pt-tab-indicator {
4668+
top: 0;
4669+
right: 0;
4670+
bottom: 0;
4671+
left: 0;
4672+
border-radius: 3px;
4673+
background-color: rgba(19, 124, 189, 0.2);
4674+
height: auto; }
4675+
.pt-tabs.pt-vertical > .pt-tab-panel {
46534676
margin-top: 0;
46544677
padding-left: 20px; }
46554678

0 commit comments

Comments
 (0)