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
7209c588
Commit
7209c588
authored
Jan 04, 2019
by
jeremiG
Committed by
yann300
Jan 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui): Remove rounded borders on button class
Inconsistent UX can cause problems and unhappy users Ref: #1198
parent
b1e8f036
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
18 deletions
+14
-18
styleGuideDavid.js
src/app/ui/styles-guide/styleGuideDavid.js
+14
-18
No files found.
src/app/ui/styles-guide/styleGuideDavid.js
View file @
7209c588
...
...
@@ -60,7 +60,6 @@ function styleGuideDavid () {
BORDERS
------------------------------------------------------ */
borders
:
{
primary_borderRadius
:
'3px'
,
secondary_borderRadius
:
'5px'
}
}
...
...
@@ -283,7 +282,6 @@ function styleGuideDavid () {
background-color :
${
opts
.
BackgroundColor
}
;
border : 1px solid
${
opts
.
BorderColor
}
;
color :
${
opts
.
Color
}
;
border-radius :
${
cssProperties
.
borders
.
primary_borderRadius
}
;
font-size : 12px;
padding : 10px 15px;
line-height : 20px;
...
...
@@ -345,22 +343,20 @@ function styleGuideDavid () {
`
,
button
:
(
opts
=
{})
=>
`
margin : 1px;
background-color :
${
opts
.
BackgroundColor
}
;
border : .3px solid
${
opts
.
BorderColor
}
;
color :
${
opts
.
Color
}
;
display : flex;
align-items : center;
justify-content : center;
border-radius : 3px;
cursor : pointer;
min-height : 25px;
max-height : 25px;
width : 70px;
min-width : 70px;
font-size : 12px;
overflow : hidden;
word-break : normal;
margin : 1px;
background-color :
${
opts
.
BackgroundColor
}
;
color :
${
opts
.
Color
}
;
display : flex;
align-items : center;
justify-content : center;
cursor : pointer;
min-height : 25px;
max-height : 25px;
width : 70px;
min-width : 70px;
font-size : 12px;
overflow : hidden;
word-break : normal;
`
}
}
...
...
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