mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-03 12:27:24 +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.
|
- Updated `header`s `logo` element styling to make sure that it does not *jump* in Chrome.
|
||||||
- Documented predefined layouts in `grid.html`.
|
- Documented predefined layouts in `grid.html`.
|
||||||
- Fixed the `pre` segments 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 {
|
@if $header-logo-padding != 0 {
|
||||||
padding: $header-logo-padding;
|
padding: $header-logo-padding;
|
||||||
}
|
}
|
||||||
-webkit-transition: 0s opacity;
|
@if $apply-link-hover-fade {
|
||||||
transition: 0s opacity;
|
-webkit-transition: 0s opacity;
|
||||||
|
transition: 0s opacity;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Link styling.
|
// Link styling.
|
||||||
button, [type="button"],
|
button, [type="button"],
|
||||||
|
Reference in New Issue
Block a user