Merge branch 'MDL-78103-master' of https://github.com/HuongNV13/moodle
This commit is contained in:
@@ -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} {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user