mirror of
https://github.com/moodle/moodle.git
synced 2025-04-12 03:52:16 +02:00
MDL-72942 theme_boost: change carets to chevrons for dropdowns
This commit is contained in:
parent
e78184d827
commit
8a650f2d4f
@ -363,11 +363,6 @@ a.autolink.glossary:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
img.userpicture,
|
||||
.userinitials {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
img.resize {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
@ -2917,3 +2912,13 @@ body.dragging {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-toggle::after {
|
||||
content: $fa-var-chevron-down;
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
@include fa-icon();
|
||||
font-size: 9px;
|
||||
width: 9px;
|
||||
border: 0;
|
||||
}
|
||||
|
@ -10180,10 +10180,6 @@ a.autolink.glossary:hover {
|
||||
.pagingbar .thispage {
|
||||
font-weight: bold; }
|
||||
|
||||
img.userpicture,
|
||||
.userinitials {
|
||||
margin-right: 0.5rem; }
|
||||
|
||||
img.resize {
|
||||
height: 1em;
|
||||
width: 1em; }
|
||||
@ -12216,6 +12212,20 @@ body.dragging .dragging {
|
||||
padding-right: 0 !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.dropdown-toggle::after {
|
||||
content: "";
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
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;
|
||||
width: 9px;
|
||||
border: 0; }
|
||||
|
||||
.icon {
|
||||
font-size: 16px;
|
||||
width: 16px;
|
||||
|
@ -10180,10 +10180,6 @@ a.autolink.glossary:hover {
|
||||
.pagingbar .thispage {
|
||||
font-weight: bold; }
|
||||
|
||||
img.userpicture,
|
||||
.userinitials {
|
||||
margin-right: 0.5rem; }
|
||||
|
||||
img.resize {
|
||||
height: 1em;
|
||||
width: 1em; }
|
||||
@ -12216,6 +12212,20 @@ body.dragging .dragging {
|
||||
padding-right: 0 !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.dropdown-toggle::after {
|
||||
content: "";
|
||||
margin-right: 0;
|
||||
margin-left: 4px;
|
||||
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;
|
||||
width: 9px;
|
||||
border: 0; }
|
||||
|
||||
.icon {
|
||||
font-size: 16px;
|
||||
width: 16px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user