mirror of
https://github.com/primer/css.git
synced 2024-12-25 23:23:47 +03:00
removed obsolete -webkit-validation-bubble styles
The -webkit-validation-bubble pseudo-element selector was removed in [Chrome 28](https://code.google.com/p/chromium/issues/detail?id=259050#c3).
This commit is contained in:
parent
e4c904c882
commit
41e104b7ae
@ -56,25 +56,6 @@ input.input-contrast,
|
|||||||
color: #aaa;
|
color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-validation-bubble-message {
|
|
||||||
font-size: 12px;
|
|
||||||
color: #fff;
|
|
||||||
background: #9c2400;
|
|
||||||
border: 0;
|
|
||||||
border-radius: 3px;
|
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
input::-webkit-validation-bubble-icon {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-validation-bubble-arrow {
|
|
||||||
background-color: #9c2400;
|
|
||||||
border: solid 1px #9c2400;
|
|
||||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Mini inputs, to match .minibutton
|
// Mini inputs, to match .minibutton
|
||||||
input.input-mini {
|
input.input-mini {
|
||||||
min-height: 26px;
|
min-height: 26px;
|
||||||
|
Loading…
Reference in New Issue
Block a user