Skip to content

Commit

Permalink
Backport automattic-for-agencies-client 0.4.0 Changes (#40936)
Browse files Browse the repository at this point in the history
* Changelog and readme.txt edits.

* Changelog tweaks

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12697123832

Upstream-Ref: Automattic/jetpack@4d4b0ea
  • Loading branch information
tbradsha authored and matticbot committed Jan 9, 2025
1 parent 8d6422e commit 21ce1c0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions dist/components/grid-control/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@
margin-top: 0px;
font-size: 14px;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -88,6 +77,17 @@
.legend-module__legend-item-value__d9x1j {
font-weight: 500;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
Expand Down
22 changes: 11 additions & 11 deletions dist/providers/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,6 @@
margin-top: 0px;
font-size: 14px;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}
.legend-module__legend--horizontal__IUN13 {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -88,6 +77,17 @@
.legend-module__legend-item-value__d9x1j {
font-weight: 500;
}
.base-tooltip-module__tooltip__OfX6n {
padding: 0.5rem;
background-color: rgba(0, 0, 0, 0.85);
color: white;
border-radius: 4px;
font-size: 14px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
position: absolute;
pointer-events: none;
transform: translate(-50%, -100%);
}
.grid-control-module__grid-control__KOnZN .visx-line {
stroke: #d7d6d6;
stroke-width: 1px;
Expand Down

0 comments on commit 21ce1c0

Please sign in to comment.