[common] fixed button +/- stylesheet in popover
This commit is contained in:
parent
4f68996dd6
commit
045cf5654b
|
@ -27,7 +27,7 @@
|
||||||
.list:last-child {
|
.list:last-child {
|
||||||
li:last-child {
|
li:last-child {
|
||||||
a {
|
a {
|
||||||
border-radius: 0;
|
//border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
@ -95,4 +95,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popover li:last-child {
|
||||||
|
.segmented a {
|
||||||
|
&:first-child {
|
||||||
|
border-radius: var(--f7-button-border-radius) 0 0 var(--f7-button-border-radius);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-radius: 0 var(--f7-button-border-radius) var(--f7-button-border-radius) 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue