Browse Source

Rebuild dist #2334

pull/2347/head
jlukic 9 years ago
parent
commit
de3fd74a92
7 changed files with 223 additions and 159 deletions
  1. 1
      RELEASE-NOTES.md
  2. 183
      dist/components/button.css
  3. 2
      dist/components/button.min.css
  4. 4
      dist/components/icon.css
  5. 2
      dist/components/icon.min.css
  6. 188
      dist/semantic.css
  7. 2
      dist/semantic.min.css

1
RELEASE-NOTES.md

@ -127,6 +127,7 @@
- **API** - API longer uses `readyState = 0` as sole check for request abort, this may accidentally trigger with `JSONP` or `CORS` requests.
- **API** - Fixed `this` context of `beforeSend` to use `stateContext` not `element`
- **API** - Fixed `loadingDuration` not correctly delaying requests when invoking with `.api('query')`
- **Button** - Fixed `attached buttons` 1px offset when attached to segment and menu (border vs box shadow border)
- **Card** - IE11 now can correctly use `flexbox` cards **THanks @Widcket**
- **Checkbox** - Fix `disabled checkbox` sometimes displaying hand cursor
- **Checkbox** - Fixes nested `dropdown` inside `checkbox` causing issues

183
dist/components/button.css

@ -21,7 +21,7 @@
outline: none;
border: none;
vertical-align: baseline;
background-color: #e0e2e4;
background-color: #e0e1e2;
color: rgba(0, 0, 0, 0.6);
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
margin: 0em 0.25em 0em 0em;
@ -57,7 +57,7 @@
---------------*/
.ui.button:hover {
background-color: #caccce;
background-color: #cacbcd;
background-image: none;
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
color: rgba(0, 0, 0, 0.8);
@ -71,7 +71,7 @@
---------------*/
.ui.button:focus {
background-color: #caccce;
background-color: #cacbcd;
color: rgba(0, 0, 0, 0.8);
background-image: '' !important;
box-shadow: '' !important;
@ -86,7 +86,7 @@
.ui.button:active,
.ui.active.button:active {
background-color: #babcbe;
background-color: #babbbc;
background-image: '';
color: rgba(0, 0, 0, 0.9);
box-shadow: 0px 0px 0px 1px transparent inset, none;
@ -97,18 +97,18 @@
---------------*/
.ui.active.button {
background-color: #c0c0c0;
background-color: #c0c1c2;
background-image: none;
box-shadow: 0px 0px 0px 1px transparent inset;
color: rgba(0, 0, 0, 0.95);
}
.ui.active.button:hover {
background-color: #c0c0c0;
background-color: #c0c1c2;
background-image: none;
color: rgba(0, 0, 0, 0.95);
}
.ui.active.button:active {
background-color: #c0c0c0;
background-color: #c0c1c2;
background-image: none;
}
@ -222,8 +222,8 @@
.ui.animated.button {
position: relative;
overflow: hidden;
vertical-align: middle;
padding-right: 0em !important;
vertical-align: middle;
z-index: 1;
}
.ui.animated.button .content {
@ -874,36 +874,6 @@
vertical-align: baseline;
}
/*--------------
Attached
---------------*/
.ui.attached.button {
display: block;
margin: 0em;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
border-radius: 0em;
}
.ui.attached.top.button {
border-radius: 0.285714rem 0.285714rem 0em 0em;
}
.ui.attached.bottom.button {
border-radius: 0em 0em 0.285714rem 0.285714rem;
}
.ui.attached.left.button {
display: inline-block;
border-left: none;
padding-right: 0.75em;
text-align: right;
border-radius: 0.285714rem 0em 0em 0.285714rem;
}
.ui.attached.right.button {
display: inline-block;
padding-left: 0.75em;
text-align: left;
border-radius: 0em 0.285714rem 0.285714rem 0em;
}
/*-------------------
Or Buttons
--------------------*/
@ -950,75 +920,123 @@
--------------------*/
/* Plural Attached */
.attached.ui.buttons {
margin: 0px;
border-radius: 0em 0em 0em 0em;
/* Singular */
.ui.attached.button {
position: relative;
display: block;
margin: 0em;
border-radius: 0em;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
}
/* Top / Bottom */
.ui.attached.top.button {
border-radius: 0.285714rem 0.285714rem 0em 0em;
}
.ui.attached.bottom.button {
border-radius: 0em 0em 0.285714rem 0.285714rem;
}
/* Left / Right */
.ui.left.attached.button {
display: inline-block;
border-left: none;
text-align: right;
padding-right: 0.75em;
border-radius: 0.285714rem 0em 0em 0.285714rem;
}
.ui.right.attached.button {
display: inline-block;
text-align: left;
padding-left: 0.75em;
border-radius: 0em 0.285714rem 0.285714rem 0em;
}
/* Plural */
.ui.attached.buttons {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-radius: 0em;
width: auto !important;
z-index: 2;
margin-left: -1px;
margin-right: -1px;
}
.attached.ui.buttons .button {
.ui.attached.buttons .button {
margin: 0em;
}
.attached.ui.buttons .button:first-child {
border-radius: 0em 0em 0em 0em;
.ui.attached.buttons .button:first-child {
border-radius: 0em;
}
.attached.ui.buttons .button:last-child {
border-radius: 0em 0em 0em 0em;
.ui.attached.buttons .button:last-child {
border-radius: 0em;
}
/* Top Side */
[class*="top attached"].ui.buttons {
/* Top / Bottom */
.ui[class*="top attached"].buttons {
margin-bottom: -1px;
border-radius: 0.285714rem 0.285714rem 0em 0em;
}
[class*="top attached"].ui.buttons .button:first-child {
.ui[class*="top attached"].buttons .button:first-child {
border-radius: 0.285714rem 0em 0em 0em;
}
[class*="top attached"].ui.buttons .button:last-child {
.ui[class*="top attached"].buttons .button:last-child {
border-radius: 0em 0.285714rem 0em 0em;
}
/* Bottom Side */
[class*="bottom attached"].ui.buttons {
.ui[class*="bottom attached"].buttons {
margin-top: -1px;
border-radius: 0em 0em 0.285714rem 0.285714rem;
}
[class*="bottom attached"].ui.buttons .button:first-child {
.ui[class*="bottom attached"].buttons .button:first-child {
border-radius: 0em 0em 0em 0.285714rem;
}
[class*="bottom attached"].ui.buttons .button:last-child {
.ui[class*="bottom attached"].buttons .button:last-child {
border-radius: 0em 0em 0.285714rem 0em;
}
/* Left Side */
[class*="left attached"].ui.buttons {
/* Left / Right */
.ui[class*="left attached"].buttons {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 0em;
margin-left: -1px;
border-radius: 0em 0.285714rem 0.285714rem 0em;
}
[class*="left attached"].ui.buttons .button:first-child {
.ui[class*="left attached"].buttons .button:first-child {
margin-left: -1px;
border-radius: 0em 0.285714rem 0em 0em;
}
[class*="left attached"].ui.buttons .button:last-child {
.ui[class*="left attached"].buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0.285714rem 0em;
}
/* Right Side */
[class*="right attached"].ui.buttons,
[class*="right attached"].ui.buttons .button {
.ui[class*="right attached"].buttons {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin-left: 0em;
margin-right: -1px;
border-radius: 0.285714rem 0em 0em 0.285714rem;
}
[class*="right attached"].ui.buttons .button:first-child {
.ui[class*="right attached"].buttons .button:first-child {
margin-left: -1px;
border-radius: 0.285714rem 0em 0em 0em;
}
[class*="right attached"].ui.buttons .button:last-child {
.ui[class*="right attached"].buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0em 0.285714rem;
}
/* Fluid */
/*-------------------
Fluid
--------------------*/
.ui.fluid.buttons,
.ui.button.fluid {
display: -webkit-box;
@ -1128,7 +1146,10 @@
/* Fluid Vertical Buttons */
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
}
.ui.\32.vertical.buttons > .button,
@ -3169,6 +3190,11 @@
.ui.buttons > .active.button {
position: relative;
}
.ui.buttons:not(.basic):not(.inverted) {
box-shadow: none;
}
/* Clearfix */
.ui.buttons:after {
content: ".";
display: block;
@ -3176,22 +3202,23 @@
clear: both;
visibility: hidden;
}
.ui.buttons .button:first-child {
border-left: none;
}
.ui.buttons:not(.basic):not(.inverted) {
box-shadow: none;
}
.ui.buttons > .ui.button:not(.basic):not(.inverted),
.ui.buttons:not(.basic):not(.inverted) > .button {
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}
/* Standard Group */
.ui.buttons .button {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 0em;
border-radius: 0em;
margin: 0px 0px 0px 0px;
}
.ui.buttons > .ui.button:not(.basic):not(.inverted),
.ui.buttons:not(.basic):not(.inverted) > .button {
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}
.ui.buttons .button:first-child {
border-left: none;
margin-left: 0em;
border-top-left-radius: 0.285714rem;
border-bottom-left-radius: 0.285714rem;

2
dist/components/button.min.css
File diff suppressed because it is too large
View File

4
dist/components/icon.css

@ -28,7 +28,7 @@ i.icon {
display: inline-block;
opacity: 1;
margin: 0em 0.25rem 0em 0em;
width: 1.23em;
width: 1.18em;
height: 1em;
font-family: 'Icons';
font-style: normal;
@ -180,7 +180,7 @@ i.bordered.icon {
vertical-align: baseline;
width: 2em;
height: 2em;
padding: 0.5em 0.385em !important;
padding: 0.5em 0.41em !important;
box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
}
i.bordered.inverted.icon {

2
dist/components/icon.min.css
File diff suppressed because it is too large
View File

188
dist/semantic.css

@ -900,8 +900,8 @@ input::selection {
.ui.animated.button {
position: relative;
overflow: hidden;
vertical-align: middle;
padding-right: 0em !important;
vertical-align: middle;
z-index: 1;
}
@ -1643,40 +1643,6 @@ input::selection {
vertical-align: baseline;
}
/*--------------
Attached
---------------*/
.ui.attached.button {
display: block;
margin: 0em;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
border-radius: 0em;
}
.ui.attached.top.button {
border-radius: 0.285714rem 0.285714rem 0em 0em;
}
.ui.attached.bottom.button {
border-radius: 0em 0em 0.285714rem 0.285714rem;
}
.ui.attached.left.button {
display: inline-block;
border-left: none;
padding-right: 0.75em;
text-align: right;
border-radius: 0.285714rem 0em 0em 0.285714rem;
}
.ui.attached.right.button {
display: inline-block;
padding-left: 0.75em;
text-align: left;
border-radius: 0em 0.285714rem 0.285714rem 0em;
}
/*-------------------
Or Buttons
--------------------*/
@ -1726,91 +1692,153 @@ input::selection {
Attached
--------------------*/
/* Plural Attached */
.ui.attached.button,
.ui.attached.buttons {
position: relative;
z-index: 2;
width: auto !important;
margin-left: -1px;
margin-right: -1px;
}
.attached.ui.buttons {
margin: 0px;
border-radius: 0em 0em 0em 0em;
/* Singular */
.ui.attached.button {
display: block;
border-radius: 0em;
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
}
/* Top / Bottom */
.ui.attached.top.button {
border-radius: 0.285714rem 0.285714rem 0em 0em;
}
.attached.ui.buttons .button {
.ui.attached.bottom.button {
border-radius: 0em 0em 0.285714rem 0.285714rem;
}
/* Left / Right */
.ui.left.attached.button {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
border-left: none;
text-align: right;
padding-right: 0.75em;
border-radius: 0.285714rem 0em 0em 0.285714rem;
}
.ui.right.attached.button {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
text-align: left;
padding-left: 0.75em;
border-radius: 0em 0.285714rem 0.285714rem 0em;
}
/* Plural */
.ui.attached.buttons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border-radius: 0em;
margin-left: -1px;
margin-right: -1px;
}
.ui.attached.buttons .button {
margin: 0em;
}
.attached.ui.buttons .button:first-child {
border-radius: 0em 0em 0em 0em;
.ui.attached.buttons .button:first-child {
border-radius: 0em;
}
.attached.ui.buttons .button:last-child {
border-radius: 0em 0em 0em 0em;
.ui.attached.buttons .button:last-child {
border-radius: 0em;
}
/* Top Side */
/* Top / Bottom */
[class*="top attached"].ui.buttons {
.ui[class*="top attached"].buttons {
margin-bottom: -1px;
border-radius: 0.285714rem 0.285714rem 0em 0em;
}
[class*="top attached"].ui.buttons .button:first-child {
.ui[class*="top attached"].buttons .button:first-child {
border-radius: 0.285714rem 0em 0em 0em;
}
[class*="top attached"].ui.buttons .button:last-child {
.ui[class*="top attached"].buttons .button:last-child {
border-radius: 0em 0.285714rem 0em 0em;
}
/* Bottom Side */
[class*="bottom attached"].ui.buttons {
.ui[class*="bottom attached"].buttons {
margin-top: -1px;
border-radius: 0em 0em 0.285714rem 0.285714rem;
}
[class*="bottom attached"].ui.buttons .button:first-child {
.ui[class*="bottom attached"].buttons .button:first-child {
border-radius: 0em 0em 0em 0.285714rem;
}
[class*="bottom attached"].ui.buttons .button:last-child {
.ui[class*="bottom attached"].buttons .button:last-child {
border-radius: 0em 0em 0.285714rem 0em;
}
/* Left Side */
/* Left / Right */
[class*="left attached"].ui.buttons {
.ui[class*="left attached"].buttons {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 0em;
margin-left: -1px;
border-radius: 0em 0.285714rem 0.285714rem 0em;
}
[class*="left attached"].ui.buttons .button:first-child {
.ui[class*="left attached"].buttons .button:first-child {
margin-left: -1px;
border-radius: 0em 0.285714rem 0em 0em;
}
[class*="left attached"].ui.buttons .button:last-child {
.ui[class*="left attached"].buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0.285714rem 0em;
}
/* Right Side */
[class*="right attached"].ui.buttons,
[class*="right attached"].ui.buttons .button {
.ui[class*="right attached"].buttons {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
margin-left: 0em;
margin-right: -1px;
border-radius: 0.285714rem 0em 0em 0.285714rem;
}
[class*="right attached"].ui.buttons .button:first-child {
.ui[class*="right attached"].buttons .button:first-child {
margin-left: -1px;
border-radius: 0.285714rem 0em 0em 0em;
}
[class*="right attached"].ui.buttons .button:last-child {
.ui[class*="right attached"].buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0em 0.285714rem;
}
/* Fluid */
/*-------------------
Fluid
--------------------*/
.ui.fluid.buttons,
.ui.button.fluid {
@ -1944,7 +1972,10 @@ input::selection {
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: auto;
}
@ -4302,6 +4333,12 @@ input::selection {
position: relative;
}
.ui.buttons:not(.basic):not(.inverted) {
box-shadow: none;
}
/* Clearfix */
.ui.buttons:after {
content: ".";
display: block;
@ -4310,12 +4347,16 @@ input::selection {
visibility: hidden;
}
.ui.buttons .button:first-child {
border-left: none;
}
/* Standard Group */
.ui.buttons:not(.basic):not(.inverted) {
box-shadow: none;
.ui.buttons .button {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
margin: 0em;
border-radius: 0em;
margin: 0px 0px 0px 0px;
}
.ui.buttons > .ui.button:not(.basic):not(.inverted),
@ -4323,13 +4364,8 @@ input::selection {
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}
.ui.buttons .button {
margin: 0em;
border-radius: 0em;
margin: 0px 0px 0px 0px;
}
.ui.buttons .button:first-child {
border-left: none;
margin-left: 0em;
border-top-left-radius: 0.285714rem;
border-bottom-left-radius: 0.285714rem;

2
dist/semantic.min.css
File diff suppressed because it is too large
View File

Loading…
Cancel
Save