mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-04 21:07:25 +02:00
Updated header logo to avoid Chrome's jumping
This commit is contained in:
4
dist/mini-default.css
vendored
4
dist/mini-default.css
vendored
@@ -638,7 +638,9 @@ header {
|
||||
font-size: 1.75em;
|
||||
line-height: 1.2;
|
||||
margin: 1px 6px 1px 1px;
|
||||
padding: 3px 0 0; }
|
||||
padding: 3px 0 0;
|
||||
-webkit-transition: 0s opacity;
|
||||
transition: 0s opacity; }
|
||||
header button, header [type="button"],
|
||||
header a.button, header label.button, header .button,
|
||||
header a[role="button"], header label[role="button"], header [role="button"] {
|
||||
|
2
dist/mini-default.min.css
vendored
2
dist/mini-default.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -839,3 +839,4 @@
|
||||
- Updated `LICENSE`.
|
||||
- Updated `package.json` and `bower.json`.
|
||||
- Updated `#header-logo` styling in order to make the framework's logo display properly in Chrome.
|
||||
- Updated `header`s `logo` element styling to make sure that it does not *jump* in Chrome.
|
||||
|
@@ -47,6 +47,8 @@ header {
|
||||
@if $header-logo-padding != 0 {
|
||||
padding: $header-logo-padding;
|
||||
}
|
||||
-webkit-transition: 0s opacity;
|
||||
transition: 0s opacity;
|
||||
}
|
||||
// Link styling.
|
||||
button, [type="button"],
|
||||
|
Reference in New Issue
Block a user