Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 9681c6a

Browse files
committed
Icon refinements
* setting PFIcon-webfont to a 14px grid for cleaner rendering * removing the recommended Glyphicons and replacing them with PFIcon or FontAwesome equivalents
1 parent 87bf301 commit 9681c6a

12 files changed

+268
-185
lines changed

PatternFlyIcons-webfont.json

Lines changed: 199 additions & 125 deletions
Large diffs are not rendered by default.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PatternFly",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"authors": "Red Hat",
55
"license": "Apache-2.0",
66
"homepage": "https://www.patternfly.org",

dist/css/patternfly.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8045,6 +8045,15 @@ label {
80458045
.pficon-history:before {
80468046
content: "\e617";
80478047
}
8048+
.pficon-home:before {
8049+
content: "\e618";
8050+
}
8051+
.pficon-remove:before {
8052+
content: "\e619";
8053+
}
8054+
.pficon-add:before {
8055+
content: "\e61a";
8056+
}
80488057
.navbar-nav > li > .dropdown-menu.infotip {
80498058
border-top-width: 1px !important;
80508059
margin-top: 10px;

dist/css/patternfly.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.23 KB
Binary file not shown.

dist/fonts/PatternFlyIcons-webfont.svg

Lines changed: 27 additions & 24 deletions
Loading
1.23 KB
Binary file not shown.
480 Bytes
Binary file not shown.

less/icons.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,13 @@
118118
}
119119
.@{icon-prefix}-history:before {
120120
content: "\e617";
121+
}
122+
.@{icon-prefix}-home:before {
123+
content: "\e618";
124+
}
125+
.@{icon-prefix}-remove:before {
126+
content: "\e619";
127+
}
128+
.@{icon-prefix}-add:before {
129+
content: "\e61a";
121130
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PatternFly",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"author": "Red Hat",
55
"license": "Apache-2.0",
66
"devDependencies": {

0 commit comments

Comments
 (0)