Merge branch '76945-bootstrap-dropdowns-master' of https://github.com/DSI-Universite-Rennes2/moodle

This commit is contained in:
Andrew Nicols 2023-03-09 10:53:50 +08:00
commit 61f32d5ec6
3 changed files with 65 additions and 0 deletions

View File

@ -2997,6 +2997,27 @@ body.dragging {
font-size: 9px;
width: 9px;
border: 0;
}
.dropleft .dropdown-toggle::before {
border: 0;
content: $fa-var-chevron-left;
@include fa-icon();
font-size: 9px;
margin-left: 0;
margin-right: 4px;
width: 9px;
}
.dropright .dropdown-toggle::after {
border: 0;
content: $fa-var-chevron-right;
}
.dropup .dropdown-toggle::after {
border: 0;
content: $fa-var-chevron-up;
}
.select-menu {

View File

@ -12328,6 +12328,28 @@ body.dragging .dragging {
width: 9px;
border: 0; }
.dropleft .dropdown-toggle::before {
border: 0;
content: "";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 9px;
margin-left: 0;
margin-right: 4px;
width: 9px; }
.dropright .dropdown-toggle::after {
border: 0;
content: ""; }
.dropup .dropdown-toggle::after {
border: 0;
content: ""; }
.select-menu li:first-child ul[role="group"] {
padding: 0; }

View File

@ -12328,6 +12328,28 @@ body.dragging .dragging {
width: 9px;
border: 0; }
.dropleft .dropdown-toggle::before {
border: 0;
content: "";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 9px;
margin-left: 0;
margin-right: 4px;
width: 9px; }
.dropright .dropdown-toggle::after {
border: 0;
content: ""; }
.dropup .dropdown-toggle::after {
border: 0;
content: ""; }
.select-menu li:first-child ul[role="group"] {
padding: 0; }