Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
e8d56c28
Unverified
Commit
e8d56c28
authored
Oct 09, 2021
by
n1xx1
Committed by
GitHub
Oct 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: default theme summary and detail (#4156)
Fix incorrect styling with detail/summary elements when nested together.
parent
12aef93c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app.scss
client/themes/default/scss/app.scss
+4
-4
No files found.
client/themes/default/scss/app.scss
View file @
e8d56c28
...
...
@@ -804,7 +804,7 @@
padding-left
:
0
;
}
summary
{
>
summary
{
border-radius
:
7px
;
background-color
:
mc
(
'grey'
,
'50'
);
cursor
:
pointer
;
...
...
@@ -835,7 +835,7 @@
&
[
open
]
{
padding
:
1rem
;
summary
{
>
summary
{
background-color
:
mc
(
'grey'
,
'100'
);
border-bottom
:
1px
solid
mc
(
'grey'
,
'300'
);
border-bottom-left-radius
:
0
;
...
...
@@ -848,12 +848,12 @@
background-color
:
mc
(
'grey'
,
'900'
);
border-color
:
mc
(
'grey'
,
'700'
);
summary
{
>
summary
{
background-color
:
mc
(
'grey'
,
'900'
);
border-color
:
mc
(
'grey'
,
'700'
);
}
&
[
open
]
summary
{
&
[
open
]
>
summary
{
background-color
:
lighten
(
mc
(
'grey'
,
'900'
)
,
5%
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment