@geoffcox/sterling-svelte-themes 1.0.2 → 1.0.3

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.
@@ -1,6 +1,7 @@
1
1
  .sterling-button {
2
2
  align-content: center;
3
3
  align-items: center;
4
+ appearance: none;
4
5
  background-color: var(--stsv-button__background-color);
5
6
  border-color: var(--stsv-button__border-color);
6
7
  border-radius: 8px;
@@ -27,6 +27,7 @@ The container
27
27
  The input is hidden since the built-in browser checkbox cannot be customized
28
28
  */
29
29
  .sterling-checkbox input {
30
+ appearance: none;
30
31
  font: inherit;
31
32
  margin: 0;
32
33
  padding: 0;
@@ -1,4 +1,5 @@
1
1
  .sterling-dialog {
2
+ appearance: none;
2
3
  padding: 0;
3
4
  border: none;
4
5
  background: none;
@@ -7,6 +7,7 @@
7
7
  }
8
8
 
9
9
  .sterling-input input {
10
+ appearance: none;
10
11
  background-color: var(--stsv-input__background-color);
11
12
  border-color: transparent;
12
13
  border-bottom-color: var(--stsv-input__border-color);
@@ -1,4 +1,5 @@
1
1
  .sterling-label {
2
+ appearance: none;
2
3
  background-color: transparent;
3
4
  border: none;
4
5
  box-sizing: border-box;
@@ -1,4 +1,5 @@
1
1
  .sterling-link {
2
+ appearance: none;
2
3
  background-color: transparent;
3
4
  border-top: none;
4
5
  border-left: none;
@@ -1,4 +1,5 @@
1
1
  .sterling-menu-item {
2
+ appearance: none;
2
3
  background-color: transparent;
3
4
  border-color: transparent;
4
5
  border-radius: 8px;
@@ -27,6 +27,7 @@
27
27
  The input is hidden since the built-in browser radio cannot be customized
28
28
  */
29
29
  .sterling-radio input {
30
+ appearance: none;
30
31
  font: inherit;
31
32
  margin: 0;
32
33
  padding: 0;
@@ -39,6 +39,7 @@
39
39
  /* ----- input hidden ----- */
40
40
 
41
41
  .sterling-switch input {
42
+ appearance: none;
42
43
  font: inherit;
43
44
  margin: 0;
44
45
  padding: 0;
@@ -1,6 +1,7 @@
1
1
  .sterling-tab {
2
2
  align-content: center;
3
3
  align-items: center;
4
+ appearance: none;
4
5
  background-color: var(--stsv-common__background-color);
5
6
  border-color: transparent;
6
7
  border-radius: 8px;
@@ -5,6 +5,7 @@
5
5
  }
6
6
 
7
7
  .sterling-text-area textarea {
8
+ appearance: none;
8
9
  background-color: var(--stsv-input__background-color);
9
10
  border-color: var(--stsv-input__border-color);
10
11
  border-radius: 3px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoffcox/sterling-svelte-themes",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "author": "Geoff Cox",
5
5
  "description": "A modern theme for the sterling-svelte component library.",
6
6
  "license": "MIT",