position: absolute;
right: 20px;
top: 18px;
- transition: opacity .2s;
+ transition: opacity .12s;
> ul {
background-color: $wcfContentBackground;
text-align: center;
top: 200px;
transform: translateX(-50%);
- transition: visibility 0s linear .1s, opacity .1s linear;
+ transition: visibility 0s linear .12s, opacity .12s linear;
visibility: hidden;
z-index: 401;
position: fixed;
top: 0;
transform: translateY(-100%);
- transition: visibility .2s linear .2s, transform .2s linear, opacity .2s linear;
+ transition: visibility .12s linear .12s, transform .12s linear, opacity .12s linear;
visibility: hidden;
width: 100%;
z-index: 460;
#mediaManagerMediaUploadButton > .button {
- box-sizing: border-box;
margin: 0;
text-align: center;
width: 100%;
border-top: 1px solid rgb(238, 238, 238);
opacity: .6;
padding-top: 10px;
- transition: opacity .2s linear;
+ transition: opacity .12s linear;
}
.message:hover .messageSignature {
justify-content: flex-end;
//opacity: .3;
- transition: opacity .2s linear;
+ transition: opacity .12s linear;
&.forceVisible {
//opacity: 1 !important;
> p > img {
opacity: .6;
- transition: opacity .2s;
+ transition: opacity .12s;
}
}
display: flex;
float: right;
opacity: .6;
- transition: opacity .2s;
+ transition: opacity .12s;
> .statusIcons {
align-items: center;
.pagination {
flex: 0 0 auto;
opacity: 0;
- transition: opacity .2s;
+ transition: opacity .12s;
@include wcfFontSmall;
right: 0;
text-align: center;
top: 0;
- transition: opacity .2s linear;
+ transition: opacity .12s linear;
z-index: 200;
> div {
border-top: 1px solid $wcfContentLink;
bottom: 0;
position: absolute;
- transition: transform .2s linear, width .2s linear;
+ transition: transform .12s linear, width .12s linear;
}
}
border-top: 1px solid $wcfContentLink;
bottom: -5px;
position: absolute;
- transition: transform .2s linear, width .2s linear;
+ transition: transform .12s linear, width .12s linear;
}
& + .tabMenuContent {
.tabularListRow {
flex: 0 0 auto;
padding: 5px 0;
- transition: background-color .2s;
+ transition: background-color .12s;
&.divider + li:not(.divider) {
border-top-color: $wcfContentBorder;
.collapsibleButton {
cursor: pointer;
- transition: transform .2s linear;
+ transition: transform .12s linear;
}
}
}
pointer-events: none;
position: absolute;
top: 0;
- transition: visibility 0s linear .2s;
+ transition: visibility 0s linear .12s;
visibility: hidden;
z-index: 800;