Projet

Général

Profil

0003-univ-avignon-fixed-broken-submenus-display-on-hover-.patch

A. Berriot, 19 septembre 2022 16:45

Télécharger (1,28 ko)

Voir les différences:

Subject: [PATCH 3/4] univ-avignon: fixed broken submenus display on hover
 (#68567)

 static/univ-avignon/_custom.scss | 1 -
 static/univ-avignon/_vars.scss   | 8 ++++++++
 2 files changed, 8 insertions(+), 1 deletion(-)
static/univ-avignon/_custom.scss
64 64
#nav-wrapper {
65 65
	background-color: $nav-background;
66 66
	#nav > ul {
67
		position: relative;
68 67
		text-align: center;
69 68
		margin-top: 0;
70 69
		li {
static/univ-avignon/_vars.scss
15 15
$nav-active-color: $primary-color;
16 16
$nav-submenu-color: white;
17 17
$nav-full-width-background: true;
18

  
19
$nav-item-selected-background: white;
20
$nav-item-selected-color: $red;
21

  
22
$nav-item-hover-background: white;
23
$nav-item-hover-color: $red;
24

  
25

  
18 26
$border-radius: 0px;
19 27
$button-color: white;
20 28
$button-background: $primary-color;
21
-