Merge branch 'MDL-78103-master' of https://github.com/HuongNV13/moodle

This commit is contained in:
Huong Nguyen
2023-10-11 11:24:18 +07:00
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -36,6 +36,10 @@
}
}
.dropdown-menu {
width: fit-content;
}
// Add dropdown menu items styles for each theme color (mantainning default hover colour for contrast).
@each $color, $value in $theme-colors {
.dropdown-item.text-#{$color} {
+4
View File
@@ -38732,6 +38732,10 @@ div.editor_atto_toolbar button .icon {
font-size: 0.7rem;
}
.dropdown-menu {
width: fit-content;
}
.dropdown-item.text-primary {
color: #0f6cbf;
}
+4
View File
@@ -38666,6 +38666,10 @@ div.editor_atto_toolbar button .icon {
font-size: 0.7rem;
}
.dropdown-menu {
width: fit-content;
}
.dropdown-item.text-primary {
color: #0f6cbf;
}