Skip to content

Commit

Permalink
clean up styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Jan 8, 2024
1 parent 203cc06 commit 415e971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/format-library/src/text-color/inline.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default function InlineColorUI( {
return (
<Popover
onClose={ onClose }
className="components-inline-color-popover"
className="format-library__inline-color-popover"
anchor={ popoverAnchor }
>
<Tabs>
Expand Down
23 changes: 3 additions & 20 deletions packages/format-library/src/text-color/style.scss
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
.components-inline-color-popover {
.format-library__inline-color-popover {

.components-popover__content {
[role="tabpanel"] {
padding: 16px;
}

.components-color-palette {
margin-top: 0.6rem;
}

.components-base-control__title {
display: block;
margin-bottom: 16px;
font-weight: 600;
color: #191e23;
}

.component-color-indicator {
vertical-align: text-bottom;
}
[role="tabpanel"] {
padding: 16px;
}
}

0 comments on commit 415e971

Please sign in to comment.