Merge pull request #1678 from ONLYOFFICE/feature/fix-bug-react
Feature/fix bug react
This commit is contained in:
commit
223442c6e9
|
@ -130,7 +130,7 @@
|
||||||
.bullets,
|
.bullets,
|
||||||
.numbers,
|
.numbers,
|
||||||
.multilevels {
|
.multilevels {
|
||||||
.list {
|
.row.list {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
ul {
|
ul {
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -183,12 +183,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover__titled .popover-inner{
|
.popover {
|
||||||
.list {
|
.list {
|
||||||
ul {
|
ul {
|
||||||
background-color: var(--f7-list-bg-color);
|
background-color: var(--f7-list-bg-color);
|
||||||
li:first-child, li:last-child {
|
li:first-child, li:last-child {
|
||||||
a {
|
.item-link {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.row.list:last-child li:not(.active):last-child::after {
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row.list:last-child li.active:last-child, .active {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
@ -24,8 +28,10 @@
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
right: -5px;
|
right: -5px;
|
||||||
|
left: auto;
|
||||||
bottom: -5px;
|
bottom: -5px;
|
||||||
.encoded-svg-background('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="@{brandColor}"><g><circle fill="#fff" cx="11" cy="11" r="11"/><path d="M11,21A10,10,0,1,1,21,11,10,10,0,0,1,11,21h0ZM17.4,7.32L17.06,7a0.48,0.48,0,0,0-.67,0l-7,6.84L6.95,11.24a0.51,0.51,0,0,0-.59.08L6,11.66a0.58,0.58,0,0,0,0,.65l3.19,3.35a0.38,0.38,0,0,0,.39,0L17.4,8a0.48,0.48,0,0,0,0-.67h0Z"/></g></svg>');
|
transform: none;
|
||||||
|
.encoded-svg-mask('<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 22 22" fill="none"><g><circle cx="11" cy="11" r="11"/><path fill="#fff" d="M11,21A10,10,0,1,1,21,11,10,10,0,0,1,11,21h0ZM17.4,7.32L17.06,7a0.48,0.48,0,0,0-.67,0l-7,6.84L6.95,11.24a0.51,0.51,0,0,0-.59.08L6,11.66a0.58,0.58,0,0,0,0,.65l3.19,3.35a0.38,0.38,0,0,0,.39,0L17.4,8a0.48,0.48,0,0,0,0-.67h0Z"/></g></svg>');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,9 +1,4 @@
|
||||||
.ios {
|
.ios {
|
||||||
.view {
|
|
||||||
.bullets-numbers{
|
|
||||||
background: @brand-text-on-brand;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Stepper
|
// Stepper
|
||||||
.content-block.stepper-block {
|
.content-block.stepper-block {
|
||||||
|
|
Loading…
Reference in a new issue