Skip to content

Commit

Permalink
fix(Placeholder.Grid): fix active not working (#3805)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed May 17, 2024
1 parent 2650886 commit 2e1a4ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Placeholder/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@

&-active {
&.rs-placeholder-graph,
.rs-placeholder-paragraph-graph-image,
.rs-placeholder-grid-col > p,
.rs-placeholder-paragraph-rows > p {
.rs-placeholder-paragraph-graph,
.rs-placeholder-row {
background: linear-gradient(
-45deg,
var(--rs-placeholder) 25%,
Expand Down

0 comments on commit 2e1a4ce

Please sign in to comment.