Skip to content

Commit 6f7c939

Browse files
committed
WIP
1 parent 065566c commit 6f7c939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/_ui-shell.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
align-items: center;
3333
justify-content: center;
3434
padding-bottom: $spacing-01;
35+
transition: none;
3536
}
3637

3738
.#{$prefix}--header__action.#{$prefix}--header__action:hover {
@@ -266,7 +267,7 @@
266267

267268
/** Match other header actions: transparent default so no background flash on theme change */
268269
.#{$prefix}--header-search-button.#{$prefix}--header__action {
269-
background-color: transparent;
270+
background: transparent;
270271
}
271272

272273
.#{$prefix}--header-search-button--disabled {

0 commit comments

Comments
 (0)