Skip to content

Commit dda66d5

Browse files
author
Matthew O
committed
Add Xbox Button To LinkStack
1 parent 63f1130 commit dda66d5

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

assets/linkstack/css/brands.css

+10
Original file line numberDiff line numberDiff line change
@@ -1308,3 +1308,13 @@ button.button-scribd{
13081308
.button.button-linkstack:focus {
13091309
filter: brightness(90%);
13101310
}
1311+
/* Xbox */
1312+
.button.button-xbox {
1313+
color: #FFFFFF;
1314+
background-color: #0e7a0d
1315+
;
1316+
}
1317+
.button.button-xbox:hover,
1318+
.button.button-xbox:focus {
1319+
filter: brightness(90%);
1320+
}

assets/linkstack/icons/xbox.svg

+1
Loading

database/seeders/ButtonSeeder.php

+8-1
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,14 @@ public function run()
937937
"group" => "default",
938938
"mb" => false,
939939
],
940-
940+
941+
[
942+
"name" => "xbox",
943+
"alt" => "Xbox",
944+
"exclude" => false,
945+
"group" => "default",
946+
"mb" => false,
947+
],
941948
];
942949

943950
Button::insert($buttons);

0 commit comments

Comments
 (0)