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
4fe13da1
Unverified
Commit
4fe13da1
authored
Nov 27, 2017
by
yann300
Committed by
GitHub
Nov 27, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #605 from ethereum/ui-fixes
Refactor style-guide to fit copy-to-clipboard module and tooltip module
parents
eb6292a6
dbf8ddfb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
style-guide.js
remix-lib/src/ui/style-guide.js
+11
-8
No files found.
remix-lib/src/ui/style-guide.js
View file @
4fe13da1
...
@@ -113,6 +113,11 @@ function styleGuide () {
...
@@ -113,6 +113,11 @@ function styleGuide () {
warning_BackgroundColor
:
cssProperties
.
colors
.
lightOrange
,
warning_BackgroundColor
:
cssProperties
.
colors
.
lightOrange
,
warning_BorderColor
:
cssProperties
.
colors
.
orange
,
warning_BorderColor
:
cssProperties
.
colors
.
orange
,
// Tooltip
tooltip_Color
:
cssProperties
.
colors
.
white
,
tooltip_BackgroundColor
:
cssProperties
.
colors
.
grey
,
tooltip_BorderColor
:
cssProperties
.
colors
.
grey
,
/* ------------------------------------------------------
/* ------------------------------------------------------
DROPDOWN
DROPDOWN
******************************************************** */
******************************************************** */
...
@@ -298,9 +303,12 @@ function styleGuide () {
...
@@ -298,9 +303,12 @@ function styleGuide () {
modalDialog_BoxDottedBorder_BackgroundColor
:
appProperties
.
solidBorderBox_BackgroundColor
,
modalDialog_BoxDottedBorder_BackgroundColor
:
appProperties
.
solidBorderBox_BackgroundColor
,
modalDialog_BoxDottedBorder_BorderColor
:
appProperties
.
solidBorderBox_BorderColor
,
modalDialog_BoxDottedBorder_BorderColor
:
appProperties
.
solidBorderBox_BorderColor
,
modalDialog_BoxDottedBorder_Color
:
appProperties
.
solidBorderBox_TextColor
,
modalDialog_BoxDottedBorder_Color
:
appProperties
.
solidBorderBox_TextColor
,
modalDialog_CopyToClipboard_Icon_Color
:
appProperties
.
icon_Color
,
modalDialog_CopyToClipboard_Icon_HoverColor
:
appProperties
.
icon_HoverColor
tooltip_CopyToClipboard_BackgroundColor
:
appProperties
.
tooltip_BackgroundColor
,
tooltip_CopyToClipboard_Color
:
appProperties
.
tooltip_Color
,
icon_Color_CopyToClipboard
:
appProperties
.
icon_Color
,
icon_HoverColor_CopyToClipboard
:
appProperties
.
icon_HoverColor
},
},
/* ------------------------------------------------------
/* ------------------------------------------------------
...
@@ -363,8 +371,6 @@ function styleGuide () {
...
@@ -363,8 +371,6 @@ function styleGuide () {
icon_HoverColor_TogglePanel
:
appProperties
.
icon_HoverColor
,
icon_HoverColor_TogglePanel
:
appProperties
.
icon_HoverColor
,
icon_Color_Menu
:
appProperties
.
icon_Color
,
icon_Color_Menu
:
appProperties
.
icon_Color
,
icon_HoverColor_Menu
:
appProperties
.
icon_HoverColor
,
icon_HoverColor_Menu
:
appProperties
.
icon_HoverColor
,
icon_Color_CopyToClipboard
:
appProperties
.
icon_Color
,
icon_HoverColor_CopyToClipboard
:
appProperties
.
icon_HoverColor
,
bar_Ghost
:
appProperties
.
ghostBar
,
bar_Ghost
:
appProperties
.
ghostBar
,
bar_Dragging
:
appProperties
.
draggingBar
,
bar_Dragging
:
appProperties
.
draggingBar
,
...
@@ -518,10 +524,7 @@ function styleGuide () {
...
@@ -518,10 +524,7 @@ function styleGuide () {
BackgroundColor
:
appProperties
.
transactPayableButton_BackgroundColor
,
BackgroundColor
:
appProperties
.
transactPayableButton_BackgroundColor
,
BorderColor
:
appProperties
.
transactPayableButton_BorderColor
,
BorderColor
:
appProperties
.
transactPayableButton_BorderColor
,
Color
:
appProperties
.
transactPayableButton_TextColor
Color
:
appProperties
.
transactPayableButton_TextColor
}),
})
icon_Color_Instance_CopyToClipboard
:
appProperties
.
icon_Color
,
icon_HoverColor_Instance_CopyToClipboard
:
appProperties
.
icon_HoverColor
},
},
...
...
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