Preventing text selection on study browser

This commit is contained in:
Bruno Alves de Faria 2017-10-30 16:48:08 -02:00
parent 37e18cfce0
commit 99c1fff3da
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template name="timepointBrowserSidebar"> <template name="timepointBrowserSidebar">
<div class="full-height flex-v"> <div class="full-height flex-v noselect">
<div class="p-x-1"> <div class="p-x-1">
<div class="timepoint-switch p-y-2"> <div class="timepoint-switch p-y-2">
{{>roundedButtonGroup viewTypeButtonGroupData}} {{>roundedButtonGroup viewTypeButtonGroupData}}

View File

@ -1,5 +1,5 @@
<template name="studyBrowserSidebar"> <template name="studyBrowserSidebar">
{{#scrollArea class='fit' scrollableClass='p-a-1' scrollStep=191}} {{#scrollArea class='fit noselect' scrollableClass='p-a-1' scrollStep=191}}
{{>studyBrowserList (clone this studyChildTemplate='studyBrowserSeries')}} {{>studyBrowserList (clone this studyChildTemplate='studyBrowserSeries')}}
{{/scrollArea}} {{/scrollArea}}
</template> </template>

View File

@ -1,6 +1,6 @@
<template name="seriesQuickSwitch"> <template name="seriesQuickSwitch">
{{#if shallDisplay}} {{#if shallDisplay}}
<div class="series-quick-switch {{side}} clearfix"> <div class="series-quick-switch {{side}} clearfix noselect">
<div class="series-switch rp-t-1 rp-x-1"> <div class="series-switch rp-t-1 rp-x-1">
<div class="title-label">Series</div> <div class="title-label">Series</div>
<div class="series-box r-font"> <div class="series-box r-font">