Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 7fcca65

Browse files
committed
fix(style) input type color in examples
1 parent 5ee8aa7 commit 7fcca65

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

examples/examples.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,6 @@ nav {
6666
margin: 0 12px;
6767
width: 500px;
6868
}
69-
input:not([type='checkbox']) {
70-
width: auto;
71-
padding: 0 15px;
72-
color: #131F26;
73-
-webkit-appearance: none;
74-
appearance: none;
75-
height: 2.625rem;
76-
font: 600 16px "Source Sans Pro",sans-serif;
77-
border: 1px solid #CED5D9;
78-
border-radius: 3px;
79-
-webkit-tap-highlight-color: transparent;
80-
}
8169

8270
select {
8371
width: auto;

examples/non-version-specific/change_configuration.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,19 @@
8585
display: flex;
8686
justify-content: space-around;
8787
}
88+
89+
input:not([type='checkbox']) {
90+
width: auto;
91+
padding: 0 15px;
92+
color: #131F26;
93+
-webkit-appearance: none;
94+
appearance: none;
95+
height: 2.625rem;
96+
font: 600 16px "Source Sans Pro",sans-serif;
97+
border: 1px solid #CED5D9;
98+
border-radius: 3px;
99+
-webkit-tap-highlight-color: transparent;
100+
}
88101
</style>
89102
</head>
90103

0 commit comments

Comments
 (0)