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

LPS-135072 Upgrade package version #4

Merged
merged 2 commits into from
Jul 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
Expand Down Expand Up @@ -268,11 +267,9 @@ a [class*=" icon-"] {
height: 100%;
font-size: 1em;
line-height: inherit;
*line-height: 2em;
}
.icon-stack .icon-stack-base {
font-size: 2em;
*line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
Expand Down
3 changes: 0 additions & 3 deletions less/mixins-alloy.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; // fixes ie7 issues
}

.border-radius(@radius) {
Expand All @@ -38,11 +37,9 @@
height: 100%;
font-size: @top-font-size;
line-height: inherit;
*line-height: @height;
}
.icon-stack-base {
font-size: @base-font-size;
*line-height: @height / @base-font-size;
}
}
}
3 changes: 0 additions & 3 deletions less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; // fixes ie7 issues
}

.border-radius(@radius) {
Expand All @@ -38,11 +37,9 @@
height: 100%;
font-size: @top-font-size;
line-height: inherit;
*line-height: @height;
}
.icon-stack-base {
font-size: @base-font-size;
*line-height: @height / @base-font-size;
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "liferay-font-awesome",
"description": "The iconic font designed for Bootstrap",
"version": "3.3.2",
"version": "3.4.1",
"keywords": [
"font",
"awesome",
Expand Down
3 changes: 0 additions & 3 deletions scss/_mixins-alloy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; // fixes ie7 issues
}

@mixin border-radius($radius) {
Expand All @@ -38,11 +37,9 @@
height: 100%;
font-size: $top-font-size;
line-height: inherit;
*line-height: $height;
}
.icon-stack-base {
font-size: $base-font-size;
*line-height: #{$height / $base-font-size}em;
}
}
}
3 changes: 0 additions & 3 deletions src/assets/font-awesome/less/mixins-alloy.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; // fixes ie7 issues
}

.border-radius(@radius) {
Expand All @@ -38,11 +37,9 @@
height: 100%;
font-size: @top-font-size;
line-height: inherit;
*line-height: @height;
}
.icon-stack-base {
font-size: @base-font-size;
*line-height: @height / @base-font-size;
}
}
}
3 changes: 0 additions & 3 deletions src/assets/font-awesome/less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; // fixes ie7 issues
}

.border-radius(@radius) {
Expand All @@ -38,11 +37,9 @@
height: 100%;
font-size: @top-font-size;
line-height: inherit;
*line-height: @height;
}
.icon-stack-base {
font-size: @base-font-size;
*line-height: @height / @base-font-size;
}
}
}
3 changes: 0 additions & 3 deletions src/assets/font-awesome/scss/_mixins-alloy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; // fixes ie7 issues
}

@mixin border-radius($radius) {
Expand All @@ -38,11 +37,9 @@
height: 100%;
font-size: $top-font-size;
line-height: inherit;
*line-height: $height;
}
.icon-stack-base {
font-size: $base-font-size;
*line-height: #{$height / $base-font-size}em;
}
}
}
3 changes: 0 additions & 3 deletions src/assets/font-awesome/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
font-style: normal;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
*margin-right: .3em; // fixes ie7 issues
}

@mixin border-radius($radius) {
Expand All @@ -38,11 +37,9 @@
height: 100%;
font-size: $top-font-size;
line-height: inherit;
*line-height: $height;
}
.icon-stack-base {
font-size: $base-font-size;
*line-height: #{$height / $base-font-size}em;
}
}
}