* VRFS-1771 - add no-selection-range in a larger area
This commit is contained in:
parent
dbc17a89c6
commit
e5b1aa0e6a
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
.clearall
|
||||
|
||||
.tab{'tab-id' => 'music-audio'}
|
||||
.tab.no-selection-range{'tab-id' => 'music-audio'}
|
||||
|
||||
.column
|
||||
.certified-audio-profile-section
|
||||
|
|
@ -22,11 +22,11 @@
|
|||
%select.certified-audio-profile
|
||||
.clearall
|
||||
|
||||
.unused-audio-inputs-section.no-selection-range
|
||||
.unused-audio-inputs-section
|
||||
.sub-header Unused Input Ports
|
||||
.unassigned-input-channels
|
||||
|
||||
.unused-audio-outputs-section.no-selection-range
|
||||
.unused-audio-outputs-section
|
||||
.sub-header Unused Output Ports
|
||||
.unassigned-output-channels
|
||||
|
||||
|
|
@ -34,14 +34,14 @@
|
|||
.input-tracks-section
|
||||
.sub-column
|
||||
.sub-header Track Input Port(s)
|
||||
.input-tracks.tracks.no-selection-range
|
||||
.input-tracks.tracks
|
||||
.sub-column
|
||||
.sub-header Instrument
|
||||
.instruments.no-selection-range
|
||||
.instruments
|
||||
|
||||
.output-channels-section
|
||||
.sub-header Audio Output Port
|
||||
.output-channels.no-selection-range
|
||||
.output-channels
|
||||
.clearall
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
.ftuesteps
|
||||
.clearall
|
||||
.help-text In this step, you will select, configure, and test your audio gear. Please watch the video for best instructions.
|
||||
.wizard-step-content
|
||||
.wizard-step-content.no-selection-range
|
||||
.wizard-step-column
|
||||
%h2 Instructions
|
||||
.ftue-box.instructions
|
||||
|
|
@ -76,13 +76,13 @@
|
|||
%a.button-orange.watch-video{href:'#'} WATCH VIDEO
|
||||
.wizard-step-column
|
||||
%h2 Unassigned Ports
|
||||
.unassigned-input-channels.no-selection-range
|
||||
.unassigned-input-channels
|
||||
.wizard-step-column
|
||||
%h2 Track Input Port(s)
|
||||
.tracks.no-selection-range
|
||||
.tracks
|
||||
.wizard-step-column
|
||||
%h2 Instrument
|
||||
.instruments.no-selection-range
|
||||
.instruments
|
||||
.output-channels
|
||||
.unassigned-output-channels
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue