MediaWiki:Gadget-Tippy.css:修订间差异

MediaWiki系统消息页面
添加的内容 删除的内容
(Git commit 3141582: refactor(IsCompatible): use `mw.cookie`; update `browserslistrc` (#494))
标签手工回退
(build: remove unnecessary packages browserslist-config-wikimedia)
第26行: 第26行:
}
}
[data-tippy-root] {
[data-tippy-root] {
max-width: -webkit-calc(100vw - 10px);
max-width: calc(100vw - 10px);
max-width: calc(100vw - 10px);
}
}
第37行: 第38行:
white-space: normal;
white-space: normal;
outline: 0;
outline: 0;
-webkit-transition-property:
visibility,
opacity,
-webkit-transform;
transition-property:
visibility,
opacity,
-webkit-transform;
transition-property:
transition-property:
transform,
transform,
visibility,
visibility,
opacity;
opacity;
transition-property:
transform,
visibility,
opacity,
-webkit-transform;
}
}
.tippy-box[data-placement^=top] > .tippy-arrow {
.tippy-box[data-placement^=top] > .tippy-arrow {
第51行: 第65行:
border-top-color: currentcolor;
border-top-color: currentcolor;
border-top-color: initial;
border-top-color: initial;
-webkit-transform-origin: center top;
transform-origin: center top;
transform-origin: center top;
}
}
第62行: 第77行:
border-bottom-color: currentcolor;
border-bottom-color: currentcolor;
border-bottom-color: initial;
border-bottom-color: initial;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
transform-origin: center bottom;
}
}
第72行: 第88行:
border-left-color: initial;
border-left-color: initial;
right: -7px;
right: -7px;
-webkit-transform-origin: center left;
transform-origin: center left;
transform-origin: center left;
}
}
第82行: 第99行:
border-right-color: currentcolor;
border-right-color: currentcolor;
border-right-color: initial;
border-right-color: initial;
-webkit-transform-origin: center right;
transform-origin: center right;
transform-origin: center right;
}
}
.tippy-box[data-inertia][data-state=visible] {
.tippy-box[data-inertia][data-state=visible] {
-webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
}