Browse Source

Merge branch 'master' of github.com:Semantic-Org/Semantic-UI

pull/568/head
jlukic 10 years ago
parent
commit
2f918b34ba
2 changed files with 4 additions and 4 deletions
  1. 4
      RELEASE NOTES.md
  2. 4
      src/collections/menu.less

4
RELEASE NOTES.md

@ -1,6 +1,6 @@
## RELEASE NOTES
### Version 0.12.1 - Jan 15, 2013
### Version 0.12.1 - Jan 15, 2014
**Fixes**
- **LESS** - Fixes typo breaking less parsing **thanks DVSoftware**
@ -13,7 +13,7 @@
- **Icons** - Fixes some icon code samples in docs **thanks mishak87**
Some updates to docs formatting
### Version 0.12.0 - Jan 06, 2013
### Version 0.12.0 - Jan 06, 2014
**Major Fixes**
- **Dropdown** - Fixes dropdowns links not working on touch devices

4
src/collections/menu.less

@ -549,7 +549,7 @@
rgba(0, 0, 0, 0.1) 1.5em,
rgba(0, 0, 0, 0.03) 100%)
;
background-image: linear-gradient(left,
background-image: linear-gradient(to right,
rgba(0, 0, 0, 0.03) 0%,
rgba(0, 0, 0, 0.1) 1.5em,
rgba(0, 0, 0, 0.03) 100%)
@ -1384,7 +1384,7 @@
rgba(255, 255, 255, 0.1) 50%,
rgba(255, 255, 255, 0.03) 100%)
;
background-image: linear-gradient(left,
background-image: linear-gradient(to right,
rgba(255, 255, 255, 0.03) 0%,
rgba(255, 255, 255, 0.1) 50%,
rgba(255, 255, 255, 0.03) 100%)

Loading…
Cancel
Save