We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065566c commit 6f7c939Copy full SHA for 6f7c939
css/_ui-shell.scss
@@ -32,6 +32,7 @@
32
align-items: center;
33
justify-content: center;
34
padding-bottom: $spacing-01;
35
+ transition: none;
36
}
37
38
.#{$prefix}--header__action.#{$prefix}--header__action:hover {
@@ -266,7 +267,7 @@
266
267
268
/** Match other header actions: transparent default so no background flash on theme change */
269
.#{$prefix}--header-search-button.#{$prefix}--header__action {
- background-color: transparent;
270
+ background: transparent;
271
272
273
.#{$prefix}--header-search-button--disabled {
0 commit comments