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

This commit is contained in:
Andrew Nicols
2023-03-09 10:54:17 +08:00
3 changed files with 65 additions and 0 deletions
+21
View File
@@ -2941,6 +2941,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;
}
.initialbargroups ul {
+22
View File
@@ -12258,6 +12258,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: ""; }
.initialbargroups ul {
-webkit-margin-start: 0;
/* stylelint-disable-line */
+22
View File
@@ -12258,6 +12258,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: ""; }
.initialbargroups ul {
-webkit-margin-start: 0;
/* stylelint-disable-line */