mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
Fix sl-input[type="date|time"] placeholder on macOS Safari (#1341)
Allowing the background to inherit rather than removing it allows the weird date and time placeholder text opacity to work on macOS Safari.
This commit is contained in:
@@ -95,7 +95,7 @@ export default css`
|
||||
height: 100%;
|
||||
color: var(--sl-input-color);
|
||||
border: none;
|
||||
background: none;
|
||||
background: inherit;
|
||||
box-shadow: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user