@everymatrix/player-account-timeout 0.0.196 → 0.0.197

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-timeout",
3
- "version": "0.0.196",
3
+ "version": "0.0.197",
4
4
  "main": "dist/player-account-timeout.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "9809bd993cd1842fb5832ca5b3269eb33d0be029"
39
+ "gitHead": "89d693d3429e3dc0d6e642537452c8faa0ca008a"
40
40
  }
@@ -127,6 +127,11 @@
127
127
  font-size: ttp(1);
128
128
  line-height: ttp(1.125);
129
129
  margin-bottom: ttp(1);
130
+ -webkit-appearance: none;
131
+ -moz-appearance: none;
132
+ appearance: none;
133
+ background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat #FFF;
134
+ background-position: calc(100% - 0.75rem) center;
130
135
  &:focus, :focus-within, :focus-visible, :visited {
131
136
  border: 1px solid #D0046C;
132
137
  box-shadow: 0 0 0 1pt #D0046C;