-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#52 Cleanup: only load shared CSS once
- Loading branch information
1 parent
c810380
commit 79ad527
Showing
16 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
@import '/hud/focused-player/name-and-stats/data-row/data-row-item-shared.css'; | ||
5 changes: 5 additions & 0 deletions
5
src/themes/fennec/focused-player/name-and-stats/data-row/data-row.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<script src="/hud/focused-player/name-and-stats/data-row/data-row.js"></script> | ||
<style src="/hud/focused-player/name-and-stats/data-row/data-row.css" scoped></style> | ||
<template src="/hud/focused-player/name-and-stats/data-row/data-row.html"></template> | ||
|
||
<style src="/hud/focused-player/name-and-stats/data-row/data-row-item-shared.css"></style> |
2 changes: 0 additions & 2 deletions
2
src/themes/fennec/focused-player/name-and-stats/data-row/grenades/grenades.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
@import '/hud/focused-player/name-and-stats/data-row/data-row-item-shared.css'; | ||
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
src/themes/fennec/sidebars/sidebar/player/additional-stats/additional-stats.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<script src="/hud/sidebars/sidebar/player/additional-stats/additional-stats.js"></script> | ||
<style src="/hud/sidebars/sidebar/player/additional-stats/additional-stats.css" scoped></style> | ||
<template src="/hud/sidebars/sidebar/player/additional-stats/additional-stats.html"></template> | ||
|
||
<style src="/hud/sidebars/sidebar/player/additional-stats/additional-stats-item-shared.css"></style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
@import '/hud/sidebars/sidebar/player/additional-stats/additional-stats-shared.css'; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
@import '/hud/sidebars/sidebar/player/additional-stats/additional-stats-shared.css'; | ||
2 changes: 0 additions & 2 deletions
2
src/themes/fennec/sidebars/sidebar/player/additional-stats/deaths/deaths.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import '/hud/sidebars/sidebar/player/additional-stats/additional-stats-shared.css'; | ||
|
||
.value.--bad { | ||
color: var(--sidebar-bad-kd-ratio-color); | ||
} |
2 changes: 0 additions & 2 deletions
2
src/themes/fennec/sidebars/sidebar/player/additional-stats/kills/kills.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import '/hud/sidebars/sidebar/player/additional-stats/additional-stats-shared.css'; | ||
|
||
.value.--good { | ||
color: var(--sidebar-good-kd-ratio-color); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import '/hud/top-bar/team/panel-shared.css'; | ||
|
||
.match-point-wrapper { | ||
max-height: var(--top-bar-row-height); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import '/hud/top-bar/team/panel-shared.css'; | ||
|
||
.round-winner-wrapper { | ||
max-height: var(--top-bar-row-height); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<script src="/hud/top-bar/team/team.js"></script> | ||
<style src="/hud/top-bar/team/team.css" scoped></style> | ||
<template src="/hud/top-bar/team/team.html"></template> | ||
|
||
<style src="/hud/top-bar/team/panel-shared.css"></style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters