Skip to content

Commit

Permalink
Merge pull request #520 from picturepan2/0.5.4
Browse files Browse the repository at this point in the history
0.5.4
  • Loading branch information
picturepan2 authored Nov 3, 2018
2 parents c3f9c6f + 72c23e7 commit 0a6c764
Show file tree
Hide file tree
Showing 47 changed files with 749 additions and 1,296 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Spectre.css Changelog

### [v0.5.4](https://github.com/picturepan2/spectre/releases/tag/v0.5.4)

- IMPORTANT: Change naming of position utilities to avoid conflicts
- Update dark color variable
- Fix sidebar hash link bug #482
- Fix browser support typo #469
- Fix code typo #460
- Fix GitHub button z-index bug #458
- Fix Bar background color issue by adding !important to color utilities
- Fix chip bug when content is too long #506
- Fix multiple select height bug #508

### [v0.5.3](https://github.com/picturepan2/spectre/releases/tag/v0.5.3)

- Add dark text color to utilities
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectre.css",
"version": "0.5.3",
"version": "0.5.4",
"description": "Spectre.css: a lightweight, responsive and modern CSS framework",
"homepage": "http://picturepan2.github.io/spectre",
"repository": "picturepan2/spectre",
Expand Down
71 changes: 38 additions & 33 deletions dist/spectre-exp.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Spectre.css Experimentals v0.5.3 | MIT License | github.com/picturepan2/spectre */
/*! Spectre.css Experimentals v0.5.4 | MIT License | github.com/picturepan2/spectre */
.form-autocomplete {
position: relative;
}
Expand Down Expand Up @@ -51,15 +51,15 @@
}

.calendar {
border: .05rem solid #e7e9ed;
border: .05rem solid #dadee4;
border-radius: .1rem;
display: block;
min-width: 280px;
}

.calendar .calendar-nav {
align-items: center;
background: #f8f9fa;
background: #f7f8f9;
border-top-left-radius: .1rem;
border-top-right-radius: .1rem;
display: flex;
Expand Down Expand Up @@ -88,15 +88,15 @@
}

.calendar .calendar-header {
background: #f8f9fa;
border-bottom: .05rem solid #e7e9ed;
color: #acb3c2;
background: #f7f8f9;
border-bottom: .05rem solid #dadee4;
color: #bcc3ce;
font-size: .7rem;
text-align: center;
}

.calendar .calendar-body {
color: #667189;
color: #66758c;
}

.calendar .calendar-date {
Expand All @@ -111,7 +111,7 @@
background: transparent;
border: .05rem solid transparent;
border-radius: 50%;
color: #667189;
color: #66758c;
cursor: pointer;
font-size: .7rem;
height: 1.4rem;
Expand Down Expand Up @@ -213,8 +213,8 @@
}

.calendar.calendar-lg .calendar-body .calendar-date {
border-bottom: .05rem solid #e7e9ed;
border-right: .05rem solid #e7e9ed;
border-bottom: .05rem solid #dadee4;
border-right: .05rem solid #dadee4;
display: flex;
display: -ms-flexbox;
-ms-flex-direction: column;
Expand Down Expand Up @@ -272,7 +272,7 @@
}

.carousel {
background: #f8f9fa;
background: #f7f8f9;
display: block;
overflow: hidden;
-webkit-overflow-scrolling: touch;
Expand Down Expand Up @@ -311,9 +311,9 @@

.carousel .carousel-container .item-prev,
.carousel .carousel-container .item-next {
background: rgba(231, 233, 237, .25);
border-color: rgba(231, 233, 237, .5);
color: #e7e9ed;
background: rgba(247, 248, 249, .25);
border-color: rgba(247, 248, 249, .5);
color: #f7f8f9;
opacity: 0;
position: absolute;
top: 50%;
Expand Down Expand Up @@ -343,7 +343,7 @@
.carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2),
.carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3),
.carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4) {
color: #e7e9ed;
color: #f7f8f9;
}

.carousel .carousel-nav {
Expand All @@ -360,7 +360,7 @@
}

.carousel .carousel-nav .nav-item {
color: rgba(231, 233, 237, .5);
color: rgba(247, 248, 249, .5);
display: block;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
Expand Down Expand Up @@ -489,7 +489,7 @@
}

.comparison-slider .comparison-label {
background: rgba(69, 77, 93, .5);
background: rgba(48, 55, 66, .5);
bottom: .8rem;
color: #fff;
padding: .2rem .4rem;
Expand Down Expand Up @@ -557,7 +557,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #f8f9fa;
background: #f7f8f9;
border: 0;
border-radius: .1rem;
display: block;
Expand All @@ -577,7 +577,7 @@
}

.meter::-webkit-meter-bar {
background: #f8f9fa;
background: #f7f8f9;
}

.meter::-webkit-meter-optimum-value {
Expand Down Expand Up @@ -631,7 +631,7 @@
}

.off-canvas .off-canvas-sidebar {
background: #f8f9fa;
background: #f7f8f9;
bottom: 0;
left: 0;
min-width: 10rem;
Expand All @@ -651,7 +651,7 @@
}

.off-canvas .off-canvas-overlay {
background: rgba(69, 77, 93, .1);
background: rgba(48, 55, 66, .1);
border-color: transparent;
border-radius: 0;
bottom: 0;
Expand Down Expand Up @@ -698,7 +698,7 @@
}

.parallax .parallax-content {
box-shadow: 0 1rem 2.1rem rgba(69, 77, 93, .3);
box-shadow: 0 1rem 2.1rem rgba(48, 55, 66, .3);
height: auto;
transform: perspective(1000px);
transform-style: preserve-3d;
Expand Down Expand Up @@ -728,7 +728,7 @@
left: 0;
position: absolute;
text-align: center;
text-shadow: 0 0 20px rgba(69, 77, 93, .75);
text-shadow: 0 0 20px rgba(48, 55, 66, .75);
top: 0;
transform: translateZ(50px) scale(.95);
transition: all .4s ease;
Expand Down Expand Up @@ -840,7 +840,7 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #f0f1f4;
background: #eef0f3;
border: 0;
border-radius: .1rem;
color: #5755d9;
Expand All @@ -866,7 +866,7 @@

.progress:indeterminate {
animation: progress-indeterminate 1.5s linear infinite;
background: #f0f1f4 linear-gradient(to right, #5755d9 30%, #f0f1f4 30%) top left/150% 150% no-repeat;
background: #eef0f3 linear-gradient(to right, #5755d9 30%, #eef0f3 30%) top left/150% 150% no-repeat;
}

.progress:indeterminate::-moz-progress-bar {
Expand Down Expand Up @@ -944,38 +944,38 @@

.slider:disabled::-webkit-slider-thumb,
.slider.disabled::-webkit-slider-thumb {
background: #e7e9ed;
background: #f7f8f9;
transform: scale(1);
}

.slider:disabled::-moz-range-thumb,
.slider.disabled::-moz-range-thumb {
background: #e7e9ed;
background: #f7f8f9;
transform: scale(1);
}

.slider:disabled::-ms-thumb,
.slider.disabled::-ms-thumb {
background: #e7e9ed;
background: #f7f8f9;
transform: scale(1);
}

.slider::-webkit-slider-runnable-track {
background: #f0f1f4;
background: #eef0f3;
border-radius: .1rem;
height: .1rem;
width: 100%;
}

.slider::-moz-range-track {
background: #f0f1f4;
background: #eef0f3;
border-radius: .1rem;
height: .1rem;
width: 100%;
}

.slider::-ms-track {
background: #f0f1f4;
background: #eef0f3;
border-radius: .1rem;
height: .1rem;
width: 100%;
Expand All @@ -993,7 +993,7 @@
}

.timeline .timeline-item::before {
background: #e7e9ed;
background: #dadee4;
content: "";
height: 100%;
left: 11px;
Expand All @@ -1014,10 +1014,15 @@
}

.timeline .timeline-item .timeline-icon {
align-items: center;
border-radius: 50%;
color: #fff;
display: block;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
height: 1.2rem;
justify-content: center;
text-align: center;
width: 1.2rem;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/spectre-exp.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/spectre-icons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Spectre.css Icons v0.5.3 | MIT License | github.com/picturepan2/spectre */
/*! Spectre.css Icons v0.5.4 | MIT License | github.com/picturepan2/spectre */
.icon {
box-sizing: border-box;
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion dist/spectre-icons.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 0a6c764

Please sign in to comment.