Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
c2771dae
Commit
c2771dae
authored
Apr 02, 2019
by
Rob Stupay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
take out borders around swap panel & update theme list
parent
12bf04f9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
app.js
src/app.js
+1
-1
theme-chooser.js
src/app/ui/styles-guide/theme-chooser.js
+5
-2
panels-resize.js
src/lib/panels-resize.js
+1
-1
No files found.
src/app.js
View file @
c2771dae
...
...
@@ -91,7 +91,7 @@ var css = csjs`
left : 0;
overflow : hidden;
width : 50px;
border-right : 1px solid var(--primary);
/* border-right : 1px solid var(--primary); */
}
.swappanel {
display : flex;
...
...
src/app/ui/styles-guide/theme-chooser.js
View file @
c2771dae
...
...
@@ -6,15 +6,18 @@ const themes = [
{
name
:
'Cerulean'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/cerulean/bootstrap.min.css'
},
{
name
:
'Flatly'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/flatly/bootstrap.min.css'
},
{
name
:
'Lumen'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/lumen/bootstrap.min.css'
},
{
name
:
'Minty'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/minty/bootstrap.min.css'
},
{
name
:
'Pulse'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/pulse/bootstrap.min.css'
},
{
name
:
'Sandstone'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/sandstone/bootstrap.min.css'
},
{
name
:
'Spacelab'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/spacelab/bootstrap.min.css'
},
{
name
:
'Yeti'
,
quality
:
'light'
,
url
:
'https://bootswatch.com/4/yeti/bootstrap.min.css'
},
{
name
:
'Cyborg'
,
quality
:
'dark'
,
url
:
'https://bootswatch.com/4/cyborg/bootstrap.min.css'
},
{
name
:
'Darkly'
,
quality
:
'dark'
,
url
:
'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/darkly/bootstrap.min.css'
},
{
name
:
'Slate'
,
quality
:
'dark'
,
url
:
'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/slate/bootstrap.min.css'
}
{
name
:
'Slate'
,
quality
:
'dark'
,
url
:
'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/slate/bootstrap.min.css'
},
{
name
:
'Superhero'
,
quality
:
'dark'
,
url
:
'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/superhero/bootstrap.min.css'
}
]
const
defaultTheme
=
'
Superhero
'
const
defaultTheme
=
'
Cerulean
'
module
.
exports
=
{
event
:
new
EventEmitter
(),
...
...
src/lib/panels-resize.js
View file @
c2771dae
...
...
@@ -10,7 +10,7 @@ const css = csjs`
bottom : 0;
cursor : col-resize;
z-index : 999;
border-right : 2px solid var(--primary);
/* border-right : 2px solid var(--primary); */
}
.ghostbar {
width : 3px;
...
...
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