Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed May 29, 2024
1 parent a7185b0 commit 8f5ddf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/nimble-components/src/banner-lit/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ export const styles = css`
padding-right: 8px;
white-space: nowrap;
}
/*
:host([title-hidden]) slot[name='title'] {
var(${unsafeCSS(accessiblyHidden)});
${unsafeCSS(accessiblyHidden)};
}
*/
.controls {
height: var(${unsafeCSS(controlHeight.cssCustomProperty)});
margin-left: auto;
Expand All @@ -79,7 +79,7 @@ export const styles = css`
justify-content: center;
align-self: flex-start;
margin-top: var(${unsafeCSS(smallPadding.cssCustomProperty)});
var(${unsafeCSS(controlHeight.cssCustomProperty)}): var(${unsafeCSS(controlSlimHeight.cssCustomProperty)});
${unsafeCSS(controlHeight.cssCustomProperty)}: var(${unsafeCSS(controlSlimHeight.cssCustomProperty)});
}
slot[name='action'] {
Expand Down

0 comments on commit 8f5ddf3

Please sign in to comment.