SPR-908: QS - better transition in usertool icons
This commit is contained in:
parent
242e80d535
commit
3002141dc6
1 changed files with 2 additions and 6 deletions
|
@ -141,10 +141,6 @@
|
||||||
bdi,
|
bdi,
|
||||||
bdi:first-of-type {
|
bdi:first-of-type {
|
||||||
color: @ini_nav_menu_hover_bg;
|
color: @ini_nav_menu_hover_bg;
|
||||||
|
|
||||||
//&::before {
|
|
||||||
// color: inherit;
|
|
||||||
//}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -152,7 +148,7 @@
|
||||||
bdi {
|
bdi {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
transition: @transition color;
|
//transition: @transition color;
|
||||||
}
|
}
|
||||||
|
|
||||||
bdi:first-of-type {
|
bdi:first-of-type {
|
||||||
|
@ -168,7 +164,7 @@
|
||||||
left: -2px;
|
left: -2px;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
transition: @transition color;
|
//transition: @transition color;
|
||||||
|
|
||||||
@media @screen_min-xxlg {
|
@media @screen_min-xxlg {
|
||||||
top: -.25rem;
|
top: -.25rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue