diff --git a/package.json b/package.json index 778960c58..cfe0c322c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vanilla-framework", - "version": "4.39.0", + "version": "4.39.1", "author": { "email": "webteam@canonical.com", "name": "Canonical Webteam" diff --git a/scss/_base_forms.scss b/scss/_base_forms.scss index 7352ba88e..6c967e499 100644 --- a/scss/_base_forms.scss +++ b/scss/_base_forms.scss @@ -233,5 +233,15 @@ content: '* '; } } + + // Calendar and clock icons in date/time inputs + [type='date']::-webkit-calendar-picker-indicator, + [type='time']::-webkit-calendar-picker-indicator { + filter: none; + + .is-dark & { + filter: invert(1); + } + } // stylelint-enable selector-max-type } diff --git a/scss/_patterns_pull-quotes.scss b/scss/_patterns_pull-quotes.scss index 65b738e18..3cdce654c 100644 --- a/scss/_patterns_pull-quotes.scss +++ b/scss/_patterns_pull-quotes.scss @@ -12,6 +12,12 @@ margin: $spv--x-large 0 $spv--x-large; overflow: visible; position: relative; + quotes: none; + + &::before, + &::after { + content: none; + } &.has-image { margin-top: 0;