Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-web
ensembl-client
Commits
db2eee7b
Unverified
Commit
db2eee7b
authored
Apr 19, 2022
by
Manoj Pandian Sakthivel
Committed by
GitHub
Apr 19, 2022
Browse files
Increase trackPanelAccordion CSS specificity (#729)
parent
711fe37f
Pipeline
#267655
passed with stages
in 4 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
31 deletions
+28
-31
src/content/app/genome-browser/components/track-panel/components/track-panel-list/TrackPanelList.scss
...ack-panel/components/track-panel-list/TrackPanelList.scss
+28
-31
No files found.
src/content/app/genome-browser/components/track-panel/components/track-panel-list/TrackPanelList.scss
View file @
db2eee7b
...
...
@@ -23,44 +23,41 @@
padding
:
4px
10px
;
}
.accordionContainer
{
width
:
100%
;
}
.trackPanelAccordion
{
border
:
none
;
margin-top
:
30px
;
}
.trackPanelAccordionHeader
{
background-color
:
$light-grey
;
border-radius
:
5px
;
}
.trackPanelAccordion
{
border
:
none
;
margin-top
:
30px
;
}
.trackPanelAccordionButton
{
color
:
$blue
;
padding
:
5px
15px
5px
17px
;
border-radius
:
5px
;
font-size
:
12px
;
&
:before
,
&
:after
{
margin-top
:
-3px
;
.trackPanelAccordionHeader
{
background-color
:
$light-grey
;
border-radius
:
5px
;
}
&
Disabled
{
color
:
$grey
;
.trackPanelAccordionButton
{
color
:
$blue
;
padding
:
5px
15px
5px
17px
;
border-radius
:
5px
;
font-size
:
12px
;
&
:before
,
&
:after
{
margin-top
:
-3px
;
}
&
Disabled
{
color
:
$grey
;
}
}
}
.trackPanelAccordionItem
:not
(
:first-child
)
{
border-color
:
transparent
;
}
.trackPanelAccordionItem
:not
(
:first-child
)
{
border-color
:
transparent
;
}
.trackPanelAccordionItemContent
{
background-color
:
transparent
;
border
:
none
;
padding
:
10px
0
20px
;
.trackPanelAccordionItemContent
{
background-color
:
transparent
;
border
:
none
;
padding
:
10px
0
20px
;
}
}
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