Skip to content

Commit

Permalink
Build 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Dec 22, 2014
1 parent d501f88 commit 3274804
Show file tree
Hide file tree
Showing 33 changed files with 1,433 additions and 2,256 deletions.
2 changes: 2 additions & 0 deletions RELEASE-NOTES.md
Expand Up @@ -2,6 +2,8 @@

### Version 1.4.0 - December 22, 2014

[Browse Issues for 1.4.0](https://github.com/Semantic-Org/Semantic-UI/issues?q=milestone%3A1.4.0)

**Enhancements**
- **Modal** - Modal now accepts custom dimmer settings with setting `dimmerSettings``
- **Form** - Form inputs without ``type`` specified are now formatted **Thanks PSyton**
Expand Down
8 changes: 8 additions & 0 deletions dist/components/accordion.css
Expand Up @@ -214,6 +214,14 @@
width: 100%;
}

/*--------------
Inverted
---------------*/

.ui.inverted.accordion .title:not(.ui) {
color: #ffffff;
}


/*******************************
Theme Overrides
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/components/button.css
Expand Up @@ -43,6 +43,7 @@
user-select: none;
-webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
will-change: box-shadow, transform, opacity, color, background;
-webkit-tap-highlight-color: transparent;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/components/button.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components/dropdown.css
Expand Up @@ -479,7 +479,7 @@ select.ui.dropdown {
width: 100%;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
padding: inherit
padding: inherit;
/*Amazing trick */
}

Expand Down
7 changes: 7 additions & 0 deletions dist/components/form.css
Expand Up @@ -81,6 +81,7 @@
---------------------*/

.ui.form textarea,
.ui.form input:not([type]),
.ui.form input[type="text"],
.ui.form input[type="email"],
.ui.form input[type="date"],
Expand All @@ -93,6 +94,7 @@
width: 100%;
vertical-align: top;
}
.ui.form input:not([type]),
.ui.form input[type="text"],
.ui.form input[type="email"],
.ui.form input[type="date"],
Expand All @@ -101,6 +103,7 @@
.ui.form input[type="number"],
.ui.form input[type="url"],
.ui.form input[type="tel"] {
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
margin: 0em;
outline: none;
-webkit-appearance: none;
Expand Down Expand Up @@ -271,6 +274,7 @@
Focus
---------------------*/

.ui.form input:not([type]):focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="date"]:focus,
Expand Down Expand Up @@ -337,6 +341,7 @@
color: #ffffff;
}
.ui.form .fields.error .field textarea,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="date"],
Expand All @@ -346,6 +351,7 @@
.ui.form .fields.error .field input[type="url"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .field.error textarea,
.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="date"],
Expand All @@ -361,6 +367,7 @@
box-shadow: 2px 0em 0em 0em #d95c5c inset;
}
.ui.form .field.error textarea:focus,
.ui.form .field.error input:not([type]):focus,
.ui.form .field.error input[type="text"]:focus,
.ui.form .field.error input[type="email"]:focus,
.ui.form .field.error input[type="date"]:focus,
Expand Down

0 comments on commit 3274804

Please sign in to comment.