diff --git a/assets/css/app.css b/assets/css/app.css index 33990fc9d..b76cfdf13 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -862,3 +862,11 @@ json-tree .branch-preview { opacity: .5; } /* !json-tree override */ + +/* rdash-ui override */ +@media screen and (-webkit-min-device-pixel-ratio:0) { + select { + font-family: inherit; + } +} +/* !rdash-ui override */ \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index cf75c1e6c..4e0cfd799 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7448,9 +7448,9 @@ mimic-response@^1.0.0: integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== mini-css-extract-plugin@^0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.4.tgz#c10410a004951bd3cedac1da69053940fccb625d" - integrity sha512-o+Jm+ocb0asEngdM6FsZWtZsRzA8koFUudIDwYUfl94M3PejPHG7Vopw5hN9V8WsMkSFpm3tZP3Fesz89EyrfQ== + version "0.4.5" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz#c99e9e78d54f3fa775633aee5933aeaa4e80719a" + integrity sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w== dependencies: loader-utils "^1.1.0" schema-utils "^1.0.0"