[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>
|
||||
|
||||
<!-- COURS -->
|
||||
<section
|
||||
<section class='cours'
|
||||
v-for='c in gstore.manage.cours'
|
||||
:data-id='c.idCours'>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
|
||||
<!-- TD -->
|
||||
<section
|
||||
<section class='td'
|
||||
v-for='td in gstore.manage.td'
|
||||
:data-id='td.idTD'
|
||||
data-anim-incoming='1'
|
||||
|
@ -49,7 +49,7 @@
|
|||
|
||||
|
||||
<!-- TP -->
|
||||
<section
|
||||
<section class='tp'
|
||||
v-for='tp in gstore.manage.tp'
|
||||
:data-id='tp.idTP'
|
||||
data-anim-incoming='1'
|
||||
|
|
|
@ -54,7 +54,10 @@
|
|||
&:not(.filter){
|
||||
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