diff options
| author | Mark Otto <[email protected]> | 2017-10-02 20:51:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 20:51:54 -0700 |
| commit | 7825144895ad84f5156cc54d7bee252315e9aa73 (patch) | |
| tree | 3818d1e554344c5cf2b68747546f10ff251cfca7 /dist/css/bootstrap.css | |
| parent | e626277c731b36826dec978b3cf3dc8901ef11f0 (diff) | |
| download | bootstrap-7825144895ad84f5156cc54d7bee252315e9aa73.tar.xz bootstrap-7825144895ad84f5156cc54d7bee252315e9aa73.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f7366de1d..74e7e8001 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2857,6 +2857,7 @@ tbody.collapse.show { content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; + border-bottom: 0; border-left: 0.3em solid transparent; } @@ -2870,8 +2871,20 @@ tbody.collapse.show { } .dropup .dropdown-toggle::after { + display: inline-block; + width: 0; + height: 0; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ""; border-top: 0; + border-right: 0.3em solid transparent; border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; +} + +.dropup .dropdown-toggle:empty::after { + margin-left: 0; } .dropdown-menu { |
