1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-07-31 19:10:25 +02:00

Header logo styling update

This commit is contained in:
Angelos Chalaris
2017-02-07 17:31:43 +02:00
parent 96dd763bb4
commit 4350b68df9
2 changed files with 5 additions and 2 deletions

View File

@@ -842,3 +842,4 @@
- Updated `header`s `logo` element styling to make sure that it does not *jump* in Chrome.
- Documented predefined layouts in `grid.html`.
- Fixed the `pre` segments in `grid.html`.
- Made `header` `logo` element un`transition` conditional.

View File

@@ -47,8 +47,10 @@ header {
@if $header-logo-padding != 0 {
padding: $header-logo-padding;
}
-webkit-transition: 0s opacity;
transition: 0s opacity;
@if $apply-link-hover-fade {
-webkit-transition: 0s opacity;
transition: 0s opacity;
}
}
// Link styling.
button, [type="button"],