Bug 53640
This commit is contained in:
parent
ea31f44d69
commit
efc8c4a801
|
@ -84,8 +84,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.revision-expand {
|
.revision-expand {
|
||||||
border-color: @highlight-button-hover-ie;
|
border-color: @background-normal-ie;
|
||||||
border-color: @highlight-button-hover;
|
border-color: @background-normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -146,17 +146,17 @@
|
||||||
.revision-expand {
|
.revision-expand {
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
border: solid 2px @highlight-button-pressed-ie;
|
border: solid 2px @icon-normal-ie;
|
||||||
border: solid 2px @highlight-button-pressed;
|
border: solid 2px @icon-normal;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 18px;
|
right: 2px;
|
||||||
top: 28px;
|
margin: 15px;
|
||||||
//transition: transform 0.2s ease;
|
//transition: transform 0.2s ease;
|
||||||
transform: rotate(-135deg) translate(2px,2px);
|
transform: rotate(-135deg) ;
|
||||||
|
|
||||||
&.up {
|
&.up {
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
|
|
Loading…
Reference in a new issue