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:
@@ -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.
|
||||
|
@@ -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"],
|
||||
|
Reference in New Issue
Block a user