1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Fixed new project button scope issues

This commit is contained in:
eldadfux 2019-06-08 13:39:42 +03:00
parent 6faa0152a9
commit 52fe025b9f
3 changed files with 12 additions and 6 deletions

View file

@ -6,15 +6,15 @@
<header class="clear">
&nbsp;&nbsp;&nbsp;
<div class="list pull-start">
<div class="list pull-start project-only">
<label>
<select id="test" data-switch data-ls-loop="projects" data-ls-as="option" data-ls-bind="{{console-project.$uid}}" class="project-only">
<select id="test" data-switch data-ls-loop="projects" data-ls-as="option" data-ls-bind="{{console-project.$uid}}">
<option data-ls-attrs="value={{option.$uid}}" data-ls-bind="{{option.name}}"></option>
</select>
</label>
</div>
<button style="width: 40px; height: 40px; line-height: 40px; overflow: visible;" id="setup" class="tooltip round down project-only" aria-label="Quick Start" data-tooltip="Create a new project"><i class="icon-plus"></i></button>
<button style="overflow: visible;" id="setup" class="new tooltip round down" aria-label="Quick Start" data-tooltip="Create a new project"><i class="icon-plus"></i></button>
<div class="account-box clear pull-end"
data-service="account.get"

File diff suppressed because one or more lines are too long

View file

@ -18,12 +18,12 @@
background: #f6f9fc;
.project-only {
visibility: hidden!important;
display: none!important;
}
&.show-nav {
.project-only {
visibility: visible!important;
display: block!important;
}
}
@ -83,6 +83,12 @@
z-index: 2;
font-size: 14px;
.new {
width: 40px;
height: 40px;
line-height: 40px;
}
.list {
width: 240px;