Merge branch 'develop' of https://github.com/ONLYOFFICE/web-apps into develop

This commit is contained in:
Julia Radzhabova 2019-12-09 15:43:16 +03:00
commit 0279a891d1

View file

@ -241,11 +241,11 @@
&.mousemove {
> a {
background: linear-gradient(to right, @black, @gray-light 1px);
background: linear-gradient(to right, #49795d, @gray-light 3px);
}
&.right {
> a {
background: linear-gradient(to left, @black, @gray-light 1px);
background: linear-gradient(to left, #49795d, @gray-light 3px);
}
}
}