Browse Source

fixes heart rating color

Former-commit-id: ba81f5eaae
Former-commit-id: 1b78c35084
pull/258/head
jlukic 11 years ago
parent
commit
bff808cec2
11 changed files with 19 additions and 14 deletions
  1. 7
      RELEASE NOTES.md
  2. 2
      build/packaged/css/semantic.min.css.REMOVED.git-id
  3. 2
      build/packaged/javascript/semantic.min.js.REMOVED.git-id
  4. 6
      node/Gruntfile.js
  5. 2
      node/package.json
  6. 2
      node/src/documents/index.html.eco
  7. 2
      node/src/files/build/packaged/css/semantic.min.css.REMOVED.git-id
  8. 2
      node/src/files/build/packaged/javascript/semantic.min.js.REMOVED.git-id
  9. 2
      rtl/packaged/css/semantic.min.css.REMOVED.git-id
  10. 2
      rtl/packaged/javascript/semantic.min.js.REMOVED.git-id
  11. 4
      src/modules/rating.less

7
RELEASE NOTES.md

@ -1,10 +1,15 @@
## RELEASE NOTES ## RELEASE NOTES
### Version 0.4.1 - Oct 9, 2013
**Fixes**
- Fixes heart rating color
### Version 0.4.0 - Oct 8, 2013 ### Version 0.4.0 - Oct 8, 2013
**Updates** **Updates**
- Updated some checkbox stylings - Updated some checkbox stylings
- Checkboxes markup now more semantic with default markup including only one label tag that can be inside ui checkbox
- Checkboxes markup now more semantic with default markup including only one label tag that can be inside ui checkbox
### Version 0.3.8 - Oct 8, 2013 ### Version 0.3.8 - Oct 8, 2013

2
build/packaged/css/semantic.min.css.REMOVED.git-id

@ -1 +1 @@
d679a1c4d8dc27188e9cd6068d45a417582f4523
0b7daccef5be9b5d25e1efed2bf0f3f779618f47

2
build/packaged/javascript/semantic.min.js.REMOVED.git-id

@ -1 +1 @@
05773b75e897070fb92bc42a06ccc0887dba27ba
d4c448cd0acfe8ad66a118fddacb4a28d53c0d93

6
node/Gruntfile.js

@ -66,12 +66,12 @@ module.exports = function(grunt) {
// generate code docs // generate code docs
'docco:generate', 'docco:generate',
// creates release zip
'compress:everything',
// cleans previous generated release // cleans previous generated release
'clean:release', 'clean:release',
// creates release zip
'compress:everything',
// copies assets to rtl // copies assets to rtl
'copy:buildToRTL', 'copy:buildToRTL',

2
node/package.json

@ -1,7 +1,7 @@
{ {
"semantic": { "semantic": {
"name": "Semantic UI", "name": "Semantic UI",
"version": "0.4.0"
"version": "0.4.1"
}, },
"dependencies": { "dependencies": {
"docpad": "~6.53.1", "docpad": "~6.53.1",

2
node/src/documents/index.html.eco

@ -14,7 +14,7 @@ type : 'Semantic'
<div class="ui page grid"> <div class="ui page grid">
<div class="column"> <div class="column">
<div class="introduction"> <div class="introduction">
<h1 class="ui header">Semantic UI <a class="ui black label" href="https://github.com/jlukic/Semantic-UI/blob/master/RELEASE%20NOTES.md">0.4.0</a></h1>
<h1 class="ui header">Semantic UI <a class="ui black label" href="https://github.com/jlukic/Semantic-UI/blob/master/RELEASE%20NOTES.md">0.4.1</a></h1>
<h2 class="ui header">UI is the vocabulary of the web.</h2> <h2 class="ui header">UI is the vocabulary of the web.</h2>
<p>Semantic empowers designers and developers by creating a language for sharing UI.</p> <p>Semantic empowers designers and developers by creating a language for sharing UI.</p>
<a class="ui black large labeled launch icon button"><i class="icon list layout"></i> View UI</a> <a class="ui black large labeled launch icon button"><i class="icon list layout"></i> View UI</a>

2
node/src/files/build/packaged/css/semantic.min.css.REMOVED.git-id

@ -1 +1 @@
d679a1c4d8dc27188e9cd6068d45a417582f4523
0b7daccef5be9b5d25e1efed2bf0f3f779618f47

2
node/src/files/build/packaged/javascript/semantic.min.js.REMOVED.git-id

@ -1 +1 @@
05773b75e897070fb92bc42a06ccc0887dba27ba
d4c448cd0acfe8ad66a118fddacb4a28d53c0d93

2
rtl/packaged/css/semantic.min.css.REMOVED.git-id

@ -1 +1 @@
580ab7de2afcc5e4633999dba0ab199550ea8220
7d6eb747df97f2711e0c827dc8b67cbb5142c1d9

2
rtl/packaged/javascript/semantic.min.js.REMOVED.git-id

@ -1 +1 @@
05773b75e897070fb92bc42a06ccc0887dba27ba
d4c448cd0acfe8ad66a118fddacb4a28d53c0d93

4
src/modules/rating.less

@ -114,13 +114,13 @@
font-family: 'Icons'; font-family: 'Icons';
} }
.ui.heart.rating .active.icon { .ui.heart.rating .active.icon {
color: !important;
color: #EF404A !important;
} }
/* Hovered */ /* Hovered */
.ui.heart.rating .hover.icon, .ui.heart.rating .hover.icon,
.ui.heart.rating .active.hover.icon { .ui.heart.rating .active.hover.icon {
color: !important;
color: #FF2733 !important;
} }
/******************************* /*******************************

Loading…
Cancel
Save