Skip to content

Commit

Permalink
Fixing nested collapsible section chevron (#5300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebads67 authored Nov 28, 2023
1 parent 5c7f1b9 commit c557e9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
transform: translateY(-50%);
}

.Collapsible__container[open] .Collapsible__title:before {
.Collapsible__container[open] > .Collapsible__title:before {
border-color: transparent;
border-width: 6px 4px 0 4px;
border-top-color: #000;
Expand Down

2 comments on commit c557e9c

@vercel
Copy link

@vercel vercel bot commented on c557e9c Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website

lexical-git-main-fbopensource.vercel.app
lexicaljs.com
lexical.dev
lexicaljs.org
lexical-fbopensource.vercel.app
www.lexical.dev

@vercel
Copy link

@vercel vercel bot commented on c557e9c Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground-git-main-fbopensource.vercel.app
lexical-playground-fbopensource.vercel.app
lexical-playground.vercel.app
playground.lexical.dev

Please sign in to comment.