Skip to content
Snippets Groups Projects
Commit 49eefa13 authored by David Sehnal's avatar David Sehnal
Browse files

tweaks

parent 9f4a6057
No related branches found
No related tags found
No related merge requests found
......@@ -81,4 +81,3 @@ $entity-tag-color: color-lower-contrast($font-color, 20%);
// sequence
$sequence-background: $default-background;
$sequence-number-color: $hover-font-color;
\ No newline at end of file
$sequence-select-width: 300px;
\ No newline at end of file
......@@ -301,7 +301,7 @@ export class SequenceView extends PluginUIComponent<{ }, SequenceViewState> {
return <div className='msp-sequence'>
<div className='msp-sequence-select'>
<span className={`msp-icon msp-icon-help-circle`} style={{ cursor: 'help', position: 'absolute', right: 0, top: 0 }}
title='This shows a single sequence. Use the controls to the right to show a different sequence.' />
title='This shows a single sequence. Use the controls to show a different sequence.' />
<span>Sequence of</span>
<PureSelectControl param={params.structure} name='structure' value={values.structure} onChange={this.setParamProps} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment