Skip to content

Commit

Permalink
feat: adjust popover and context menu title styles and tooltip padding (
Browse files Browse the repository at this point in the history
#1283) (#1288)

* feat: adjust popover and context menu title styles and tooltip padding

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>

* Update changelog

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>

---------

Signed-off-by: Viraj Sanghvi <virajs@amazon.com>
(cherry picked from commit ce84822)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b133971 commit 9e93586
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/context_menu/_context_menu_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

&--small {
@include ouiPopoverTitle('s');
@include ouiPopoverTitle;
padding: ($ouiSizeS * .75) $ouiSizeS;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/tool_tip/_tool_tip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/

.ouiToolTip {
@include ouiToolTipStyle;
@include ouiToolTipStyle('s');
@include ouiToolTipAnimation('top');
position: absolute;
opacity: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/global_styling/mixins/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

padding: $ouiSizeM;
text-transform: uppercase;
text-transform: none;
border-bottom: $ouiBorderThin;
}

Expand Down
2 changes: 1 addition & 1 deletion src/themes/oui-next/global_styling/mixins/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

padding: $ouiSizeM;
text-transform: uppercase;
text-transform: none;
border-bottom: $ouiBorderThin;
}

Expand Down

0 comments on commit 9e93586

Please sign in to comment.