-
- Downloads
Merge branch 'animated-logo' into 'master'
Animate the logo on hover The logo is now rendered as pure SVG, rather than image referencing a svg. The SVG has an id and the shapes of the logo have a shared class. The shapes change their fill color on hover with a transition. Identical to how it looks on about.gitlab.com cc @skyruler See merge request !1557
Showing
- CHANGELOG 2 additions, 1 deletionCHANGELOG
- app/assets/images/logo.svg 8 additions, 8 deletionsapp/assets/images/logo.svg
- app/assets/stylesheets/framework/sidebar.scss 13 additions, 0 deletionsapp/assets/stylesheets/framework/sidebar.scss
- app/helpers/appearances_helper.rb 1 addition, 1 deletionapp/helpers/appearances_helper.rb
- app/views/shared/_logo.svg 21 additions, 0 deletionsapp/views/shared/_logo.svg
Loading
Please register or sign in to comment