Skip to content

Commit

Permalink
Build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Oct 28, 2016
1 parent 46904f9 commit 8b38f91
Show file tree
Hide file tree
Showing 66 changed files with 244 additions and 379 deletions.
5 changes: 2 additions & 3 deletions RELEASE-NOTES.md
@@ -1,11 +1,10 @@
## RELEASE NOTES

### Version 2.2.5 - XX, X, 2016
### Version 2.2.5 - October, 27, 2016

**Bugs**
- **Search** - Fixed issue where pressing "up" key when no results selected would cause bottom result to be selected
- **Search** - Fixed issue where input may attempt to refocus when element is immediately removed from browser's DOM after a result is clicked
- **Tab** - Fixed
- **Search** - Fixed issue where input may attempt to refocus when search element is immediately removed from browser's DOM after a result is clicked.

**Enhancements**
- **Tab** - Added new tab cache type `DOM` which preserves the final DOM state after scripts rendering. This can be used to avoid re-running returned `<script>` tags on each cached read #2534
Expand Down
4 changes: 0 additions & 4 deletions dist/components/accordion.css
Expand Up @@ -69,7 +69,6 @@
transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
vertical-align: baseline;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}

Expand All @@ -87,7 +86,6 @@
float: right;
margin: 0.21425em 0em 0em 1em;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

Expand All @@ -105,12 +103,10 @@
.ui.accordion .active.title .dropdown.icon,
.ui.accordion .accordion .active.title .dropdown.icon {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.ui.accordion.menu .item .active.title > .dropdown.icon {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

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: 0 additions & 1 deletion dist/components/ad.css
Expand Up @@ -249,7 +249,6 @@
width: 100%;
text-align: center;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
content: 'Ad';
color: #FFFFFF;
Expand Down
2 changes: 1 addition & 1 deletion dist/components/ad.min.css

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

7 changes: 0 additions & 7 deletions dist/components/button.css
Expand Up @@ -273,7 +273,6 @@
}
.ui.vertical.animated.button .visible.content {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
right: auto;
}
Expand All @@ -285,7 +284,6 @@
.ui.vertical.animated.button:focus .visible.content,
.ui.vertical.animated.button:hover .visible.content {
-webkit-transform: translateY(200%);
-ms-transform: translateY(200%);
transform: translateY(200%);
right: auto;
}
Expand All @@ -308,15 +306,13 @@
right: auto;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.ui.fade.animated.button .hidden.content {
opacity: 0;
left: 0%;
right: auto;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.ui.fade.animated.button:focus .visible.content,
Expand All @@ -325,7 +321,6 @@
right: auto;
opacity: 0;
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.ui.fade.animated.button:focus .hidden.content,
Expand All @@ -334,7 +329,6 @@
right: auto;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

Expand Down Expand Up @@ -895,7 +889,6 @@
top: 50%;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.ui.labeled.icon.buttons .button > .icon {
Expand Down

0 comments on commit 8b38f91

Please sign in to comment.