[webpack.ue.manage] hover border color consistent with Cours|TD|TP according to other cards layout
This commit is contained in:
parent
688b0c10c8
commit
5bf11d0b6d
|
@ -17,7 +17,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- COURS -->
|
<!-- COURS -->
|
||||||
<section
|
<section class='cours'
|
||||||
v-for='c in gstore.manage.cours'
|
v-for='c in gstore.manage.cours'
|
||||||
:data-id='c.idCours'>
|
:data-id='c.idCours'>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- TD -->
|
<!-- TD -->
|
||||||
<section
|
<section class='td'
|
||||||
v-for='td in gstore.manage.td'
|
v-for='td in gstore.manage.td'
|
||||||
:data-id='td.idTD'
|
:data-id='td.idTD'
|
||||||
data-anim-incoming='1'
|
data-anim-incoming='1'
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- TP -->
|
<!-- TP -->
|
||||||
<section
|
<section class='tp'
|
||||||
v-for='tp in gstore.manage.tp'
|
v-for='tp in gstore.manage.tp'
|
||||||
:data-id='tp.idTP'
|
:data-id='tp.idTP'
|
||||||
data-anim-incoming='1'
|
data-anim-incoming='1'
|
||||||
|
|
|
@ -54,7 +54,10 @@
|
||||||
&:not(.filter){
|
&:not(.filter){
|
||||||
border-left: .2em solid #fff;
|
border-left: .2em solid #fff;
|
||||||
|
|
||||||
&:hover{ border-left-color: $form-search-color; }
|
&:hover,
|
||||||
|
&.cours:hover{ border-left-color: $form-search-color; }
|
||||||
|
&.td:hover{ border-left-color: $form-valid-color; }
|
||||||
|
&.tp:hover{ border-left-color: $form-invalid-color; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue