Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8216d8c commit 6f35c10Copy full SHA for 6f35c10
src/core/components/contacts-list/contacts-list-md.less
@@ -7,6 +7,7 @@
7
+ li {
8
margin-top: calc(var(--f7-contacts-list-title-height) * -1);
9
}
10
+ .hairline-remove(top);
11
12
li:not(.list-group-title) {
13
.ltr({
src/core/components/contacts-list/contacts-list-vars.less
@@ -1,7 +1,4 @@
1
:root {
2
- .dark-vars({
3
- --f7-contacts-list-title-text-color: #fff;
4
- });
5
6
.ios-vars({
--f7-contacts-list-title-font-size: inherit;
@@ -12,6 +9,7 @@
--f7-contacts-list-title-bg-color: #f7f7f7;
});
14
.dark-vars({
+ --f7-contacts-list-title-text-color: #fff;
15
--f7-contacts-list-title-bg-color: #323234;
16
17
0 commit comments