Latest updates from IceHrmPro
This commit is contained in:
17
web/node_modules/antd/es/style/mixins/compatibility.less
generated
vendored
Normal file
17
web/node_modules/antd/es/style/mixins/compatibility.less
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// Compatibility for browsers.
|
||||
|
||||
// Placeholder text
|
||||
.placeholder(@color: @input-placeholder-color) {
|
||||
// Firefox
|
||||
&::-moz-placeholder {
|
||||
opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
color: @color;
|
||||
}
|
||||
|
||||
&:placeholder-shown {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user