Skip to content

Commit

Permalink
Merge pull request #338 from wuda-io/release-1.2.2
Browse files Browse the repository at this point in the history
Release 1.2.2
  • Loading branch information
wuda-io authored Mar 5, 2023
2 parents cc26fc7 + 532aa8c commit 94573cc
Show file tree
Hide file tree
Showing 14 changed files with 805 additions and 571 deletions.
24 changes: 1 addition & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
# Changelog

## [1.2.1](https://github.com/materializecss/materialize/tree/1.2.1) (2022-12-19)

[Full Changelog](https://github.com/materializecss/materialize/compare/1.2.0...1.2.1)

**Fixed bugs:**

- fix\(select\): misplaced aria-required attribute [\#318](https://github.com/materializecss/materialize/pull/318) ([mauromascarenhas](https://github.com/mauromascarenhas))
- fix: remove postinstall hook from packed package [\#313](https://github.com/materializecss/materialize/pull/313) ([Chicken](https://github.com/Chicken))

**Documentation changes:**

- fix\(fab\): fab toolbar demo [\#319](https://github.com/materializecss/materialize/pull/319) ([mauromascarenhas](https://github.com/mauromascarenhas))
- Added Example for alignment option [\#298](https://github.com/materializecss/materialize/pull/298) ([CypherpunkSamurai](https://github.com/CypherpunkSamurai))

**Meta changes:**

- Fix missed files when replacing old version with new one [\#316](https://github.com/materializecss/materialize/pull/316) ([Smankusors](https://github.com/Smankusors))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
https://github.com/materializecss/materialize/releases/tag/1.2.2
16 changes: 12 additions & 4 deletions dist/css/materialize.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Materialize v1.2.1 (https://materializecss.github.io/materialize)
* Copyright 2014-2022 Materialize
* Materialize v1.2.2 (https://materializecss.github.io/materialize)
* Copyright 2014-2023 Materialize
* MIT License (https://raw.githubusercontent.com/materializecss/materialize/master/LICENSE)
*/
@charset "UTF-8";
Expand Down Expand Up @@ -7915,16 +7915,24 @@ input[type=range]::-ms-thumb {
.slider .indicators .indicator-item {
display: inline-block;
position: relative;
cursor: pointer;
height: 16px;
width: 16px;
margin: 0 12px;
}
.slider .indicators .indicator-item-btn {
position: absolute;
top: 0;
left: 0;
cursor: pointer;
background-color: #e0e0e0;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
border-radius: 50%;
border-width: 0;
width: 100%;
height: 100%;
}
.slider .indicators .indicator-item.active {
.slider .indicators .indicator-item-btn.active {
background-color: #4CAF50;
}

Expand Down
6 changes: 3 additions & 3 deletions dist/css/materialize.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 94573cc

Please sign in to comment.