Skip to content

Commit

Permalink
Merge tag 'v3.0.0-rc.18' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
janschoenherr committed Oct 11, 2018
2 parents 0372f5b + d04d2a7 commit c60d72a
Show file tree
Hide file tree
Showing 20 changed files with 308 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -15,7 +15,7 @@ Also try to search for your issue. It may have already been answered or even fix
<!-- BUG REPORT TEMPLATE -->
### UIkit version
<!-- Check if the issue is reproducible with the latest stable version. -->
3.0.0-rc.17
3.0.0-rc.18

### Browser

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## WIP
## 3.0.0 rc 18 (October 11, 2018)

### Added

Expand Down
32 changes: 27 additions & 5 deletions dist/css/uikit-rtl.css
@@ -1,4 +1,4 @@
/*! UIkit 3.0.0-rc.17 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
/*! UIkit 3.0.0-rc.18 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -675,6 +675,15 @@ a.uk-link-reset:hover,
border-top: 1px solid #e5e5e5;
vertical-align: top;
}
/* Vertical
========================================================================== */
.uk-divider-vertical {
width: 1px;
height: 100px;
margin-right: auto;
margin-left: auto;
border-right: 1px solid #e5e5e5;
}
/* ========================================================================
Component: List
========================================================================== */
Expand Down Expand Up @@ -1051,10 +1060,10 @@ button.uk-icon:not(:disabled) {
/*
* Set the fill and stroke color of all SVG elements to the current text color
*/
.uk-icon [fill*='#']:not(.uk-preserve) {
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
fill: currentcolor;
}
.uk-icon [stroke*='#']:not(.uk-preserve) {
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
stroke: currentcolor;
}
/*
Expand Down Expand Up @@ -5173,7 +5182,7 @@ ul.uk-nav-sub {
background: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar * {
.uk-lightbox-toolbar > * {
color: rgba(255, 255, 255, 0.7);
}
/* Toolbar Icon (Close)
Expand Down Expand Up @@ -9397,6 +9406,19 @@ iframe.uk-cover {
.uk-offcanvas-bar .uk-divider-small::after {
border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-vertical::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-card-primary.uk-card-body .uk-divider-vertical::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-divider-vertical::after,
.uk-card-secondary.uk-card-body .uk-divider-vertical::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-vertical::after,
.uk-overlay-primary .uk-divider-vertical::after,
.uk-offcanvas-bar .uk-divider-vertical::after {
border-right-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-divider > li:nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
Expand Down Expand Up @@ -11588,7 +11610,7 @@ iframe.uk-cover {
.uk-overlay-primary .uk-accordion-title:focus,
.uk-offcanvas-bar .uk-accordion-title:hover,
.uk-offcanvas-bar .uk-accordion-title:focus {
color: #666;
color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-iconnav > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
Expand Down
2 changes: 1 addition & 1 deletion dist/css/uikit-rtl.min.css

Large diffs are not rendered by default.

32 changes: 27 additions & 5 deletions dist/css/uikit.css
@@ -1,4 +1,4 @@
/*! UIkit 3.0.0-rc.17 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
/*! UIkit 3.0.0-rc.18 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down Expand Up @@ -675,6 +675,15 @@ a.uk-link-reset:hover,
border-top: 1px solid #e5e5e5;
vertical-align: top;
}
/* Vertical
========================================================================== */
.uk-divider-vertical {
width: 1px;
height: 100px;
margin-left: auto;
margin-right: auto;
border-left: 1px solid #e5e5e5;
}
/* ========================================================================
Component: List
========================================================================== */
Expand Down Expand Up @@ -1051,10 +1060,10 @@ button.uk-icon:not(:disabled) {
/*
* Set the fill and stroke color of all SVG elements to the current text color
*/
.uk-icon [fill*='#']:not(.uk-preserve) {
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
fill: currentcolor;
}
.uk-icon [stroke*='#']:not(.uk-preserve) {
.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
stroke: currentcolor;
}
/*
Expand Down Expand Up @@ -5173,7 +5182,7 @@ ul.uk-nav-sub {
background: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.7);
}
.uk-lightbox-toolbar * {
.uk-lightbox-toolbar > * {
color: rgba(255, 255, 255, 0.7);
}
/* Toolbar Icon (Close)
Expand Down Expand Up @@ -9397,6 +9406,19 @@ iframe.uk-cover {
.uk-offcanvas-bar .uk-divider-small::after {
border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-vertical::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical::after,
.uk-card-primary.uk-card-body .uk-divider-vertical::after,
.uk-card-primary > :not([class*='uk-card-media']) .uk-divider-vertical::after,
.uk-card-secondary.uk-card-body .uk-divider-vertical::after,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-vertical::after,
.uk-overlay-primary .uk-divider-vertical::after,
.uk-offcanvas-bar .uk-divider-vertical::after {
border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-divider > li:nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n+2),
Expand Down Expand Up @@ -11588,7 +11610,7 @@ iframe.uk-cover {
.uk-overlay-primary .uk-accordion-title:focus,
.uk-offcanvas-bar .uk-accordion-title:hover,
.uk-offcanvas-bar .uk-accordion-title:focus {
color: #666;
color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-iconnav > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
Expand Down
2 changes: 1 addition & 1 deletion dist/css/uikit.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/uikit-icons.js

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

2 changes: 1 addition & 1 deletion dist/js/uikit-icons.min.js

Large diffs are not rendered by default.

0 comments on commit c60d72a

Please sign in to comment.