Skip to content

Commit 8c8caaf

Browse files
committed
4.0.0-beta.14 release
1 parent baa88de commit 8c8caaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+266
-168
lines changed

packages/core/components/app/app-vars.less

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@
8888
--f7-bars-bg-color-rgb: 247, 247, 248;
8989
--f7-bars-text-color: #000;
9090
--f7-bars-shadow-bottom-image: linear-gradient(to bottom,
91-
rgba(0,0,0,0.3) 0%,
92-
rgba(0,0,0,0.1) 40%,
93-
rgba(0,0,0,0.05) 50%,
94-
rgba(0,0,0,0) 80%,
91+
rgba(0,0,0,0.25) 0%,
92+
rgba(0,0,0,0.08) 40%,
93+
rgba(0,0,0,0.04) 50%,
94+
rgba(0,0,0,0) 90%,
9595
rgba(0,0,0,0) 100%
9696
);
9797
--f7-bars-shadow-top-image: linear-gradient(to top,
98-
rgba(0,0,0,0.3) 0%,
99-
rgba(0,0,0,0.1) 40%,
100-
rgba(0,0,0,0.05) 50%,
101-
rgba(0,0,0,0) 80%,
98+
rgba(0,0,0,0.25) 0%,
99+
rgba(0,0,0,0.08) 40%,
100+
rgba(0,0,0,0.04) 50%,
101+
rgba(0,0,0,0) 90%,
102102
rgba(0,0,0,0) 100%
103103
);
104104
}

packages/core/components/block/block.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
padding-top: 0;
1111
padding-bottom: 0;
1212
padding-left: calc(var(--f7-block-padding) + var(--f7-safe-area-left));
13-
padding-right: calc(var(--f7-block-padding) + var(--f7-safe-area-left));
13+
padding-right: calc(var(--f7-block-padding) + var(--f7-safe-area-right));
1414
.no-hairlines();
1515
> h1, > h2, > h3, > h4, > p {
1616
&:first-child {
@@ -89,7 +89,7 @@
8989
padding-top: 0;
9090
padding-bottom: 0;
9191
padding-left: calc(var(--f7-block-padding) + var(--f7-safe-area-left));
92-
padding-right: calc(var(--f7-block-padding) + var(--f7-safe-area-left));
92+
padding-right: calc(var(--f7-block-padding) + var(--f7-safe-area-right));
9393
ul, p, h1, h2, h3, h4 {
9494
&:first-child {
9595
margin-top: 0;

packages/core/components/button/button-vars.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
--f7-button-border-color: var(--f7-theme-color);
1010
--f7-button-fill-text-color: #fff;
1111
--f7-button-fill-bg-color: var(--f7-theme-color);
12-
--f7-button-outline-border-color: var(--f7-button-border-color, var(--f7-theme-color);
12+
--f7-button-outline-border-color: var(--f7-theme-color);
1313
*/
1414
--f7-button-raised-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
1515
--f7-button-raised-pressed-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

packages/core/components/button/button.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ button {
8181
.button-outline,
8282
.ios .button-outline-ios,
8383
.md .button-outline-md {
84+
--f7-button-border-color: var(--f7-button-outline-border-color, var(--f7-theme-color));
8485
--f7-button-border-width: var(--f7-button-outline-border-width);
85-
--f7-button-border-color: var(--f7-button-outline-border-color, var(--f7-button-border-color, var(--f7-theme-color)));
8686
}
8787

8888
.button-large,

packages/core/components/calendar.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.

packages/core/components/calendar.rtl.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.

packages/core/components/calendar/calendar.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@
4444
.calendar-week-header,
4545
.calendar-header,
4646
.calendar-footer {
47-
background: none;
47+
// background: none;
4848
}
4949
}
5050
.calendar-popover {
5151
width: var(--f7-calendar-popover-width);
5252
.calendar {
5353
height: var(--f7-calendar-popover-height);
54+
border-radius: var(--f7-popover-border-radius);
5455
}
5556
}
5657
.calendar-header {

packages/core/components/contacts-list.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.

packages/core/components/contacts-list.rtl.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.

packages/core/components/contacts-list/contacts-list.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
@import url('./contacts-list-vars.less');
33
.contacts-list {
44
--f7-list-margin-vertical: 0px;
5-
.list-group-title {
5+
.list-group-title,
6+
li.list-group-title {
67
background-color: var(--f7-contacts-list-title-bg-color);
78
font-weight: var(--f7-contacts-list-title-font-weight);
89
font-size: var(--f7-contacts-list-title-font-size);

0 commit comments

Comments
 (0)