mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Disable .glyphicon-door & .glyphicon-key for the time being
Closes #15419 Refs #10106
This commit is contained in:
parent
e4c7a92c76
commit
ad138ed885
6
dist/css/bootstrap.css
vendored
6
dist/css/bootstrap.css
vendored
@ -901,12 +901,6 @@ th {
|
|||||||
.glyphicon-paste:before {
|
.glyphicon-paste:before {
|
||||||
content: "\e206";
|
content: "\e206";
|
||||||
}
|
}
|
||||||
.glyphicon-door:before {
|
|
||||||
content: "\1f6aa";
|
|
||||||
}
|
|
||||||
.glyphicon-key:before {
|
|
||||||
content: "\1f511";
|
|
||||||
}
|
|
||||||
.glyphicon-alert:before {
|
.glyphicon-alert:before {
|
||||||
content: "\e209";
|
content: "\e209";
|
||||||
}
|
}
|
||||||
|
@ -239,8 +239,14 @@
|
|||||||
.glyphicon-level-up { &:before { content: "\e204"; } }
|
.glyphicon-level-up { &:before { content: "\e204"; } }
|
||||||
.glyphicon-copy { &:before { content: "\e205"; } }
|
.glyphicon-copy { &:before { content: "\e205"; } }
|
||||||
.glyphicon-paste { &:before { content: "\e206"; } }
|
.glyphicon-paste { &:before { content: "\e206"; } }
|
||||||
.glyphicon-door { &:before { content: "\1f6aa"; } }
|
// The following 2 Glyphicons are omitted for the time being because
|
||||||
.glyphicon-key { &:before { content: "\1f511"; } }
|
// they currently use Unicode codepoints that are outside the
|
||||||
|
// Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle
|
||||||
|
// non-BMP codepoints in CSS string escapes, and thus can't display these two icons.
|
||||||
|
// Notably, the bug affects some older versions of the Android Browser.
|
||||||
|
// More info: https://github.com/twbs/bootstrap/issues/10106
|
||||||
|
// .glyphicon-door { &:before { content: "\1f6aa"; } }
|
||||||
|
// .glyphicon-key { &:before { content: "\1f511"; } }
|
||||||
.glyphicon-alert { &:before { content: "\e209"; } }
|
.glyphicon-alert { &:before { content: "\e209"; } }
|
||||||
.glyphicon-equalizer { &:before { content: "\e210"; } }
|
.glyphicon-equalizer { &:before { content: "\e210"; } }
|
||||||
.glyphicon-king { &:before { content: "\e211"; } }
|
.glyphicon-king { &:before { content: "\e211"; } }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user