mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Add cursor:pointer
to color inputs (#32020)
* Add `cursor:pointer` for color inputs * Add to migration guide
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// Textual form controls
|
||||
// General form controls (plus a few specific high-level interventions)
|
||||
//
|
||||
|
||||
.form-control {
|
||||
@@ -208,6 +208,10 @@ textarea {
|
||||
.form-control-color {
|
||||
max-width: 3rem;
|
||||
padding: $input-padding-y;
|
||||
|
||||
&:not(:disabled):not([readonly]) {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control-color::-moz-color-swatch {
|
||||
|
Reference in New Issue
Block a user