Skip to content

Commit 427de40

Browse files
committed
* Platform Icons: Following Bootstrap 3 behaviors of core class, then
flavor.
1 parent 3abe7d6 commit 427de40

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

_less/platform_icons.less

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
@platform-x-unreleased: -53px;
66
@platform-sprite: '../img/platform_icons.png';
77

8-
[class*=" platform-"]:before {
9-
text-decoration: inherit;
10-
display: inline-block;
11-
speak: none;
12-
}
13-
148
.platform-icon-function( @icon-y , @icon-width:24px , @icon-height:32px ) {
159
background: url(@platform-sprite) no-repeat @platform-x-base @icon-y;
1610
width:@icon-width;
@@ -25,6 +19,12 @@
2519
}
2620
}
2721

22+
.platform-icon {
23+
text-decoration: inherit;
24+
display: inline-block;
25+
speak: none;
26+
}
27+
2828
.platform-win {
2929
.platform-icon-function( -166px );
3030
}

css/theme-default.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.

css/theme-valve.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.

0 commit comments

Comments
 (0)