Skip to content

Commit

Permalink
Update dependency qss to v3 (#40843)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>

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

Upstream-Ref: Automattic/jetpack@ad593d9
  • Loading branch information
tbradsha authored and matticbot committed Jan 3, 2025
1 parent deda016 commit 8e721f7
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,6 +44,17 @@
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 @@ -77,17 +88,6 @@
.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,6 +44,17 @@
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 @@ -77,17 +88,6 @@
.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 8e721f7

Please sign in to comment.