diff --git a/build/less/elements/icon.less b/build/less/elements/icon.less index 75f93421a..0322901d7 100644 --- a/build/less/elements/icon.less +++ b/build/less/elements/icon.less @@ -119,7 +119,7 @@ i.icon.trophy:before { content: '🏉'; } /* '\1f3c9' */ i.icon.barcode:before { content: '\e792'; } /* '' */ i.icon.cart:before { content: '\e813'; } /* '' */ i.icon.block:before { content: '🚫'; } /* '\1f6ab' */ -i.icon.book:before { content: '📖'; } /* '\1f4d6' */ +i.icon.book:before { content: '\f4d6'; } i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */ i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */ i.icon.cancel:before { content: '\2716'; } /* '✖' */ diff --git a/build/uncompressed/elements/icon.css b/build/uncompressed/elements/icon.css index a4a0e55cb..4f9ed454d 100644 --- a/build/uncompressed/elements/icon.css +++ b/build/uncompressed/elements/icon.css @@ -224,6 +224,9 @@ i.icon.book:before { content: '📖'; } /* '\1f4d6' */ +i.icon.book:before { + content: '\f4d6'; +} i.icon.bookmark:before { content: '🔖'; } diff --git a/node/src/documents/elements/icon.html b/node/src/documents/elements/icon.html index 26b5a9621..530cc93cb 100755 --- a/node/src/documents/elements/icon.html +++ b/node/src/documents/elements/icon.html @@ -11,7 +11,7 @@ type : 'UI Element'

An icon is a glyph used to represent another concept more simply.

Definition - +
@@ -370,7 +370,7 @@ type : 'UI Element'

Disabled

An icon can show that it is disabled

- +

Variations

@@ -378,15 +378,15 @@ type : 'UI Element'

Size

An icon can vary in size

- +
- +
- +
- +
- +
@@ -421,42 +421,42 @@ type : 'UI Element'

Circular

An icon can be formatted to appear circular

- - - - + + + +

Square

An icon can be formatted to appear square

- - - - + + + +

Colors

An icon can be formatted with different colors

- - - - - - + + + + + +

Inverted

an icon can have its colors inverted for contrast

- - - - - - + + + + + +
diff --git a/node/src/documents/modules/popup.html b/node/src/documents/modules/popup.html index 5bc17d6ef..cf83f6dbf 100755 --- a/node/src/documents/modules/popup.html +++ b/node/src/documents/modules/popup.html @@ -168,7 +168,7 @@ type : 'UI Module' inline true - If a popup is inline it will be created next to current element, allowing for local css rules to apply. Otherwise popups will appended to body and removed after being hidden. + If a popup is inline it will be created next to current element, allowing for local css rules to apply. It will not be removed from the DOM after being hidden. Otherwise popups will appended to body and removed after being hidden. delay @@ -187,7 +187,7 @@ type : 'UI Module' clickToClose - hover + true Whether clicking anywhere outside a popup should close it. diff --git a/node/src/documents/modules/rating.html b/node/src/documents/modules/rating.html index 7a105e417..979139aee 100755 --- a/node/src/documents/modules/rating.html +++ b/node/src/documents/modules/rating.html @@ -16,18 +16,6 @@ type : 'UI Module' Definition
-
- Download - -
diff --git a/node/src/files/release/less/elements/icon.less b/node/src/files/release/less/elements/icon.less index 75f93421a..0322901d7 100644 --- a/node/src/files/release/less/elements/icon.less +++ b/node/src/files/release/less/elements/icon.less @@ -119,7 +119,7 @@ i.icon.trophy:before { content: '🏉'; } /* '\1f3c9' */ i.icon.barcode:before { content: '\e792'; } /* '' */ i.icon.cart:before { content: '\e813'; } /* '' */ i.icon.block:before { content: '🚫'; } /* '\1f6ab' */ -i.icon.book:before { content: '📖'; } /* '\1f4d6' */ +i.icon.book:before { content: '\f4d6'; } i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */ i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */ i.icon.cancel:before { content: '\2716'; } /* '✖' */ diff --git a/node/src/files/release/semantic.zip.REMOVED.git-id b/node/src/files/release/semantic.zip.REMOVED.git-id index 11c53d5ed..93b5292f7 100644 --- a/node/src/files/release/semantic.zip.REMOVED.git-id +++ b/node/src/files/release/semantic.zip.REMOVED.git-id @@ -1 +1 @@ -59feb9798c06f2aea6f7f4971b660c2f599ddbcc \ No newline at end of file +c8c02edec5a7f3071287724c4ddde9767565d09f \ No newline at end of file diff --git a/node/src/files/release/uncompressed/elements/icon.css b/node/src/files/release/uncompressed/elements/icon.css index a4a0e55cb..4f9ed454d 100644 --- a/node/src/files/release/uncompressed/elements/icon.css +++ b/node/src/files/release/uncompressed/elements/icon.css @@ -224,6 +224,9 @@ i.icon.book:before { content: '📖'; } /* '\1f4d6' */ +i.icon.book:before { + content: '\f4d6'; +} i.icon.bookmark:before { content: '🔖'; } diff --git a/src/elements/icon.less b/src/elements/icon.less index 75f93421a..0322901d7 100755 --- a/src/elements/icon.less +++ b/src/elements/icon.less @@ -119,7 +119,7 @@ i.icon.trophy:before { content: '🏉'; } /* '\1f3c9' */ i.icon.barcode:before { content: '\e792'; } /* '' */ i.icon.cart:before { content: '\e813'; } /* '' */ i.icon.block:before { content: '🚫'; } /* '\1f6ab' */ -i.icon.book:before { content: '📖'; } /* '\1f4d6' */ +i.icon.book:before { content: '\f4d6'; } i.icon.bookmark:before { content: '🔖'; } /* '\1f516' */ i.icon.calendar:before { content: '📅'; } /* '\1f4c5' */ i.icon.cancel:before { content: '\2716'; } /* '✖' */