Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 38... Línea 38...
38
 
38
 
39
    // Chevrons in sub panel items are always to end.
39
    // Chevrons in sub panel items are always to end.
40
    .dropdown-subpanel .dropdown-item {
40
    .dropdown-subpanel .dropdown-item {
41
        &::after {
41
        &::after {
42
            border: 0;
42
            border: 0;
43
            @extend .fa-solid;
43
            font: var(--fa-font-solid);
44
            content: fa-content($fa-var-chevron-right);
44
            content: fa-content($fa-var-chevron-right);
Línea 45... Línea 45...
45
        }
45
        }
46
 
46
 
Línea 64... Línea 64...
64
 
64
 
65
    // Chevrons in subpanels items are always to end.
65
    // Chevrons in subpanels items are always to end.
66
    .dropdown-subpanel .dropdown-item {
66
    .dropdown-subpanel .dropdown-item {
67
        &::after {
67
        &::after {
68
            border: 0;
68
            border: 0;
69
            @extend .fa-solid;
69
            font: var(--fa-font-solid);
70
            content: fa-content($fa-var-chevron-left);
70
            content: fa-content($fa-var-chevron-left);
Línea 71... Línea 71...
71
        }
71
        }
72
 
72
 
Línea 87... Línea 87...
87
    &.active,
87
    &.active,
88
    &:active,
88
    &:active,
89
    &:hover,
89
    &:hover,
90
    &:focus,
90
    &:focus,
91
    &:focus-within {
91
    &:focus-within {
92
        outline: 0;
-
 
93
        background-color: $dropdown-link-active-bg;
-
 
94
        color: $dropdown-link-active-color;
-
 
95
 
-
 
96
        a {
92
        a {
97
            color: $dropdown-link-active-color;
93
            color: $dropdown-link-active-color;
98
        }
94
        }
99
    }
95
    }
Línea 103... Línea 99...
103
        position: relative;
99
        position: relative;
104
        display: flex;
100
        display: flex;
105
        align-items: center;
101
        align-items: center;
Línea 106... Línea 102...
106
 
102
 
107
        &:before {
103
        &:before {
108
            @extend .fa-solid;
104
            font: var(--fa-font-solid);
109
            content: fa-content($fa-var-check);
105
            content: fa-content($fa-var-check);
110
            position: absolute;
106
            position: absolute;
111
            left: 0.4rem;
107
            left: 0.4rem;
112
            font-size: 0.7rem;
108
            font-size: 0.7rem;