Skip to content

Commit

Permalink
Fix point-events typo #4408
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Aug 11, 2016
1 parent d028ed1 commit a551335
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Expand Up @@ -11,6 +11,7 @@
**Bugs**
- **NPM** - Fixed `package.json` to allow either jQuery `2.x` or `3.x` #4254
- **Button/Dropdown** - Fixed issue where `ui dropdown button` could have incorrect spacing for dropdown icon
- **Form/Segment** - Fix typo causing `pointer-events: none` no to work on `loading segment` and `loading form`
- **Button** - Fixed `vertical buttons` with only 1 button having incorrect border radius **Thanks @Denhai** #4107
- **Grid** - Fixed issue where `(x) aligned column` inside a `(x) aligned row` would not properly apply the `column` alignment
- **Form** - Fixed issue where `disabled fields` with radio inputs would not correctly dim the label **Thanks @louwers** #4366
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/collections/form.less
Expand Up @@ -612,7 +612,7 @@
.ui.loading.form {
position: relative;
cursor: default;
point-events: none;
pointer-events: none;
}
.ui.loading.form:before {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/segment.less
Expand Up @@ -404,7 +404,7 @@
.ui.loading.segment {
position: relative;
cursor: default;
point-events: none;
pointer-events: none;
text-shadow: none !important;
color: transparent !important;
transition: all 0s linear;
Expand Down

0 comments on commit a551335

Please sign in to comment.