Skip to content

Commit

Permalink
Add basic Icon example. Fix Visualize Wizard titles and layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Feb 4, 2017
1 parent ca4adc3 commit 50e2da7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 7 additions & 2 deletions ui_framework/dist/ui_framework.css
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,9 @@ body {
.kuiIcon--inactive {
color: #c3c3c3; }

.kuiIcon--basic {
color: #565656; }

.kuiInfoPanel {
padding: 14px 20px 18px;
line-height: 1.5;
Expand Down Expand Up @@ -1407,7 +1410,7 @@ body {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.kuiTableRowCell__liner * > {
.kuiTableRowCell__liner > * {
vertical-align: middle;
/* 1 */ }

Expand All @@ -1421,7 +1424,9 @@ body {
* 2. Align checkbox with text in other cells.
*/
.kuiTableHeaderCell--checkBox,
.kuiTableRowCell--checkBox {
.kuiTableRowCell--checkBox,
.kuiTableHeaderCell--icon,
.kuiTableRowCell--icon {
width: 28px;
/* 1 */
padding-right: 0;
Expand Down
7 changes: 0 additions & 7 deletions ui_framework/doc_site/src/views/icon/icon_example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ export default createExample([{
<p>Use this Icon to denote useful information.</p>
),
html: require('./icon_info.html'),
}, {
title: 'Basic',
description: (
<p>Use this Icon when you don't want to communicate any particular meaning with the icon's color.</p>
),
html: require('./icon_basic.html'),
hasDarkTheme: false,
}, {
title: 'Success',
description: (
Expand Down

0 comments on commit 50e2da7

Please sign in to comment.