mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 06:44:35 +02:00
Correct spelling mistakes. (#24778)
This commit is contained in:
committed by
Patrick H. Lauke
parent
2cafb9f127
commit
ffc5965f2c
@@ -153,7 +153,7 @@
|
||||
|
||||
&::-ms-value {
|
||||
// For visual consistency with other platforms/browsers,
|
||||
// supress the default white text on blue background highlight given to
|
||||
// suppress the default white text on blue background highlight given to
|
||||
// the selected option text when the (still closed) <select> receives focus
|
||||
// in IE and (under certain conditions) Edge.
|
||||
// See https://github.com/twbs/bootstrap/issues/19398.
|
||||
|
@@ -63,7 +63,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Retreive color Sass maps
|
||||
// Retrieve color Sass maps
|
||||
@function color($key: "blue") {
|
||||
@return map-get($colors, $key);
|
||||
}
|
||||
|
Reference in New Issue
Block a user