We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda0e39 commit 7276fdaCopy full SHA for 7276fda
gwt-material/src/main/resources/gwt/material/design/public/css/overridecss.css
@@ -835,6 +835,18 @@ input:-webkit-autofill {
835
vertical-align: middle;
836
}
837
838
+/**
839
+* ListBox - Fixed for Safari9+ Issue with Blinking Indicator on IOS Devices
840
+* Read More - https://stackoverflow.com/questions/38848742/material-select-blinking-on-ios
841
+**/
842
+input.select-dropdown {
843
+ -webkit-user-select: none;
844
+ -moz-user-select: none;
845
+ -ms-user-select: none;
846
+ -o-user-select: none;
847
+ user-select: none;
848
+}
849
+
850
/** Loader */
851
.loader-wrapper {
852
width: 100%;
0 commit comments