Projet

Général

Profil

0001-scss-introduce-cell-entry-border-instead-cell-entry-.patch

Thomas Jund (congés, retour le 29/04), 04 novembre 2021 18:54

Télécharger (20,8 ko)

Voir les différences:

Subject: [PATCH] scss: introduce $cell-entry-border instead
 $cell-entry-border-color (#58397)

 help/fr/misc-scss.page                      |  4 ++--
 static/ac-versailles/_vars.scss             |  2 +-
 static/cap-atlantique/_custom.scss          |  2 +-
 static/cinor-2021/_vars.scss                |  4 ++--
 static/cinor/_vars.scss                     |  2 +-
 static/clermont-ici/_vars.scss              |  2 +-
 static/essonne-cd91/_vars.scss              |  2 +-
 static/fontenay-sous-bois-2018/_vars.scss   |  2 +-
 static/gpseo/_vars.scss                     |  4 ++--
 static/grandlyon-sau/_vars.scss             |  2 +-
 static/grenoble-metropole-2019/_vars.scss   |  3 +--
 static/haguenau/_vars.scss                  |  2 +-
 static/haute-garonne-cd31/_vars.scss        |  2 +-
 static/hautes-alpes-cd05-2020/_vars.scss    |  4 ++--
 static/includes/_cells.scss                 | 10 +++++-----
 static/isere-cd38/_vars.scss                |  4 ++--
 static/la-reunion-region/_vars.scss         |  4 ++--
 static/la-rochelle/_vars.scss               |  2 +-
 static/lambersart/_vars.scss                |  4 ++--
 static/marseille/_vars.scss                 |  2 +-
 static/meuse-cd55/_vars.scss                |  4 ++--
 static/meyzieu-2018/_vars.scss              |  2 +-
 static/montreuil/_vars.scss                 |  2 +-
 static/portal-agent/css/agent-portal.scss   |  4 ++--
 static/roannais-icitoyen/_vars.scss         |  4 ++--
 static/sables-d-olonne/_vars.scss           |  4 ++--
 static/saone-et-loire-cd71-2019/_vars.scss  |  2 +-
 static/thonon-agglomeration-2021/_vars.scss |  2 +-
 static/thonon-agglomeration/_vars.scss      |  4 ++--
 static/tours-metropole/_custom.scss         |  2 +-
 static/venissieux/_vars.scss                |  2 +-
 static/villeurbanne-intranet/_vars.scss     |  2 +-
 32 files changed, 48 insertions(+), 49 deletions(-)
help/fr/misc-scss.page
782 782
 </tr>
783 783
 <tr>
784 784
  <td><p><code>$cell-entry-border-color</code></p></td>
785
  <td><p>Couleur de la bordure des éléments de cellule</p></td>
786
  <td><p><var>#ccc</var></p></td>
785
  <td><p>Bordure des éléments de cellule</p></td>
786
  <td><p><var>1px solid #ccc</var></p></td>
787 787
 </tr>
788 788
 <tr>
789 789
  <td><p><code>$cell-entry-font-weight</code></p></td>
static/ac-versailles/_vars.scss
35 35
$widget-unique-checkbox-position: left;
36 36

  
37 37
$cell-border: none;
38
$cell-entry-border-color: #cecac4;
38
$cell-entry-border: 1px solid #cecac4;
39 39
$cell-entry-hover-background: inherit;
40 40

  
41 41
$notification_info_color: #79adc2;
static/cap-atlantique/_custom.scss
145 145
		&.has-asset-picture picture {
146 146
			display: block;
147 147
			text-align: center;
148
			border-bottom: 1px solid $cell-entry-border-color;
148
			border-bottom: $cell-entry-border;
149 149
			img {
150 150
				display: inline-block;
151 151
			}
static/cinor-2021/_vars.scss
53 53
$cell-border: none;
54 54
$cell-title-cover-border: false;
55 55

  
56
$cell-entry-border-color: $green-yellow;
56
$cell-entry-border: 1px solid $green-yellow;
57 57
$cell-entry-hover-background: $green-yellow-light;
58 58
$cell-entry-hover-color: black;
59 59
$cell-entry-hover-effect: bottom-to-top;
......
76 76
$footer-background: #0E2327;
77 77
$footer-color: white;
78 78
$footer-link-color: white;
79
$footer-menucell-separator: 1px solid $footer-color;
79
$footer-menucell-separator: 1px solid $footer-color;
static/cinor/_vars.scss
43 43
$cell-border: none;
44 44
$cell-title-cover-border: false;
45 45

  
46
$cell-entry-border-color: white;
46
$cell-entry-border: 1px solid white;
47 47
$cell-entry-hover-background: change-color($violet, $alpha: 0.1);
48 48
$cell-entry-hover-color: black;
49 49
$cell-entry-hover-effect: bottom-to-top;
static/clermont-ici/_vars.scss
65 65
$cell-border: 1px solid $font-color;
66 66
$cell-title-cover-border: false;
67 67
$cell-entry-color: $font-color;
68
$cell-entry-border-color: $gray-dark;
68
$cell-entry-border: 1px solid $gray-dark;
69 69
$cell-entry-hover-background: $beige;
70 70

  
71 71
$button-background: $orange;
static/essonne-cd91/_vars.scss
33 33
$buttons-order: previous (grow),cancel (grow),submit;
34 34

  
35 35
$cell-border: none;
36
$cell-entry-border-color: white;
36
$cell-entry-border: 1px solid white;
37 37
$cell-entry-hover-effect: left-to-right;
38 38
$cell-entry-hover-background: $primary-color-light-grayish;
39 39

  
static/fontenay-sous-bois-2018/_vars.scss
12 12
$nav-border-color: transparent;
13 13

  
14 14
$cell-border: none;
15
$cell-entry-border-color: transparent;
15
$cell-entry-border: 1px solid transparent;
16 16
$cell-entry-hover-background: transparent;
17 17
$cell-title-cover-border: false;
18 18

  
static/gpseo/_vars.scss
44 44
$cell-image-position: top;
45 45
$cell-image-padding: 0 0 0 1rem;
46 46
$cell-background: $gray;
47
$cell-entry-border-color: none;
47
$cell-entry-border: none;
48 48
$cell-entry-color: $font-color;
49 49
$cell-entry-hover-color: $blue;
50 50

  
......
65 65

  
66 66

  
67 67
$footer-background: $black;
68
$footer-color: white;
68
$footer-color: white;
static/grandlyon-sau/_vars.scss
29 29
$cell-entry-hover-color: #FFFFFF;
30 30
$cell-entry-hover-effect: top-to-bottom;
31 31
$cell-entry-hover-background: #999999;
32
$cell-entry-border-color: transparent;
32
$cell-entry-border: 1px solid transparent;
33 33
$sidebar-width: 250px;
34 34
$menucell-hover-border: 5px solid #999;
35 35

  
static/grenoble-metropole-2019/_vars.scss
39 39
$footer-background: #000;
40 40
$footer-color: $primary-color;
41 41

  
42
$cell-entry-border-color: #000;
43 42
$cell-background: transparent;
44 43
$cell-border: 0px solid transparent;
45 44
$cell-entry-hover-background: $primary-color;
46
$cell-entry-border-color: transparent;
45
$cell-entry-border: 1px solid transparent;
47 46

  
48 47
$sidebar-width: auto;
49 48

  
static/haguenau/_vars.scss
55 55
$cell-title-cover-border: false;
56 56
$cell-entry-font-weight: 600;
57 57
$cell-entry-color: $blue;
58
$cell-entry-border-color: $blue;
58
$cell-entry-border: 1px solid $blue;
59 59
$cell-entry-hover-color: white;
60 60
$cell-entry-hover-background: $blue;
61 61

  
static/haute-garonne-cd31/_vars.scss
46 46
$carrousel-navigation: none;
47 47

  
48 48
$cell-entry-hover-background: white;
49
$cell-entry-border-color: transparent;
49
$cell-entry-border: 1px solid transparent;
50 50
$cell-image-position: top;
51 51
$cell-image-padding: 0;
52 52
$cell-title-cover-border: false;
static/hautes-alpes-cd05-2020/_vars.scss
40 40
$cell-border: none;
41 41
$cell-entry-color: $font-color;
42 42
$cell-entry-hover-background: $orange-light;
43
$cell-entry-border-color: $blue-light;
43
$cell-entry-border: 1px solid $blue-light;
44 44

  
45 45
$button-background: $orange;
46 46
$button-hover-background: $orange-light;
......
63 63
$footer-background: white;
64 64
$footer-color: $font-color;
65 65
$footer-menucell-separator: 1px solid;
66
// $footer-full-width-background:
66
// $footer-full-width-background:
static/includes/_cells.scss
8 8

  
9 9
$cell-entry-color: $link-color !default;
10 10
$cell-entry-font-weight: normal !default;
11
$cell-entry-border-color: #ccc !default;
11
$cell-entry-border: 1px solid #ccc !default;
12 12
$cell-entry-hover-color: inherit !default;
13 13
$cell-entry-hover-background: #eee !default;
14 14

  
......
168 168
	z-index: 0;
169 169

  
170 170
	& > li:not(:last-child) {
171
		border-bottom: 1px solid $cell-entry-border-color;
171
		border-bottom: $cell-entry-border;
172 172
	}
173 173
	& > li > a {
174 174
		display: flex;
......
338 338
			padding-bottom: 0.7em;
339 339
		}
340 340
		ul > li:last-child {
341
			border-bottom: 1px solid $cell-entry-border-color;
341
			border-bottom: $cell-entry-border;
342 342

  
343 343
			@if is-positive-number($cell-border-radius) {
344 344
				> a {
......
374 374

  
375 375
div.menucell li li {
376 376
	border-bottom: none;
377
	border-top: 1px solid $cell-entry-border-color;
377
	border-top: $cell-entry-border;
378 378
	a {
379 379
		padding-left: 3em;
380 380
		font-size: 90%;
......
490 490
	}
491 491
	&--item {
492 492
		padding: 1rem;
493
		border-bottom: 1px solid $cell-entry-border-color;
493
		border-bottom: $cell-entry-border;
494 494
		display: flex;
495 495
		flex-wrap: wrap;
496 496
		align-items: baseline;
static/isere-cd38/_vars.scss
63 63
$cell-background: transparent;
64 64
$cell-entry-color: $gray-dark;
65 65
$cell-entry-hover-color: black;
66
$cell-entry-border-color: $cyan-dark;
66
$cell-entry-border: 1px solid $cyan-dark;
67 67
$cell-entry-hover-background: $cyan-xlight;
68 68

  
69 69
$button-background: $cyan-dark;
......
76 76

  
77 77
$widget-unique-checkbox-position: left;
78 78

  
79
$footer-background: $cyan-dark;
79
$footer-background: $cyan-dark;
static/la-reunion-region/_vars.scss
45 45
$cell-entry-hover-color: $primary-color;
46 46
$cell-entry-hover-background: $pale-blue;
47 47
$cell-entry-hover-color: black;
48
$cell-entry-border-color: white;
48
$cell-entry-border: 1px solid white;
49 49
$cell-background: $xlight-gray;
50 50
$cell-image-padding: 0;
51 51

  
......
70 70
$widget-focus-border: 1px solid $primary-color;
71 71
$widget-focus-color: $primary-color;
72 72

  
73
// $widget-border: 2px solid $light-gray;
73
// $widget-border: 2px solid $light-gray;
static/la-rochelle/_vars.scss
31 31
$cell-entry-color: $font-color;
32 32
$cell-entry-hover-color: black;
33 33
$cell-entry-hover-background: #F2F2F2;
34
$cell-entry-border-color: lighten(#e2e0e1, 20%);
34
$cell-entry-border: 1px solid lighten(#e2e0e1, 20%);
35 35
$cell-border-radius: 0px;
36 36

  
37 37
$widget-border: 1px solid #cccccc;
static/lambersart/_vars.scss
35 35

  
36 36
$cell-title-cover-border: false;
37 37
$cell-border: 1px solid $gray-light;
38
$cell-entry-border-color: $green;
38
$cell-entry-border: 1px solid $green;
39 39
$cell-entry-hover-color: white;
40 40
$cell-entry-hover-background: $green;
41 41
$cell-entry-font-weight: 500;
......
47 47
$widget-border: 1px solid $green;
48 48
$widget-focus-border: 1px solid $blue;
49 49

  
50
$footer-color: $font-color;
50
$footer-color: $font-color;
static/marseille/_vars.scss
57 57
$cell-entry-font-weight: 400;
58 58
$cell-entry-hover-background: transparent;
59 59
$cell-entry-hover-color: $link-color;
60
$cell-entry-border-color: $sep-color;
60
$cell-entry-border: 1px solid $sep-color;
61 61

  
62 62
$title-background: transparent;
63 63
$title-color: $blue-xdark;
static/meuse-cd55/_vars.scss
55 55
$cell-image-position: top;
56 56
$cell-image-padding: 0;
57 57
$cell-entry-hover-background: lighten($light-red, 25%);
58
$cell-entry-border-color: lighten($desaturated-blue, 20%);
58
$cell-entry-border: 1px solid lighten($desaturated-blue, 20%);
59 59

  
60 60
$button-background: $light-red;
61 61
$button-color: $dark-desaturated-blue;
......
83 83
$wcs-step-current-marker-enlarge: 1.4;
84 84

  
85 85
$footer-background: $dark-desaturated-blue;
86
$footer-color: white;
86
$footer-color: white;
static/meyzieu-2018/_vars.scss
20 20
$cell-entry-hover-background: transparent;
21 21
$cell-entry-color: #333;
22 22
$cell-border: 0;
23
$cell-entry-border-color: transparent;
23
$cell-entry-border: 1px solid transparent;
24 24

  
25 25
$button-background: $primary-color;
26 26

  
static/montreuil/_vars.scss
35 35

  
36 36
$cell-border: 1px solid $secondary-color;
37 37
$cell-image-position: top;
38
$cell-entry-border-color: $secondary-color;
38
$cell-entry-border: 1px solid $secondary-color;
39 39

  
40 40
$button-background: $primary-color;
41 41

  
static/portal-agent/css/agent-portal.scss
3 3
$secondary-color: #00d6eb;
4 4

  
5 5
$cell-entry-color: #333;
6
$cell-entry-border-color: #ccc;
6
$cell-entry-border: 1px solid #ccc;
7 7
$cell-entry-hover-color: $cell-entry-color;
8 8
$cell-entry-hover-background: #eee;
9 9
$mobile-limit: 760px;
......
173 173
		z-index: 0;
174 174
		& > li {
175 175
			color: $cell-entry-color;
176
			border-bottom: 1px solid $cell-entry-border-color;
176
			border-bottom: $cell-entry-border;
177 177
			position: relative;
178 178

  
179 179
			> h4 { // group titles
static/roannais-icitoyen/_vars.scss
119 119

  
120 120
$cell-border: none;
121 121
$cell-entry-color: $gray;
122
$cell-entry-border-color: transparent;
122
$cell-entry-border: 1px solid transparent;
123 123

  
124 124
$carrousel-text-position: bottom left;
125 125
$carrousel-navigation-bullet-size: 15px;
......
153 153

  
154 154
$footer-background: $font-color;
155 155
$footer-color: #fff;
156
$footer-menucell-separator: 1px solid;
156
$footer-menucell-separator: 1px solid;
static/sables-d-olonne/_vars.scss
42 42
$cell-border-radius: 5px;
43 43

  
44 44
$cell-entry-font-weight: 600;
45
$cell-entry-border-color: transparent;
45
$cell-entry-border: 1px solid transparent;
46 46
$cell-entry-hover-color: $violet;
47 47
$cell-entry-hover-background: transparent;
48 48
$cell-open-foldable-icon: url(img/cell-open-foldable-icon.svg);
......
67 67
$wcs-steps-spacing: 0.7rem;
68 68

  
69 69
$footer-background: white;
70
$footer-color: $violet;
70
$footer-color: $violet;
static/saone-et-loire-cd71-2019/_vars.scss
19 19
$nav-border-color: transparent;
20 20

  
21 21
$cell-border: none;
22
$cell-entry-border-color: transparent;
22
$cell-entry-border: 1px solid transparent;
23 23
$cell-entry-hover-background: #eef;
24 24
$cell-entry-hover-effect: left-to-right;
25 25
$cell-title-cover-border: false;
static/thonon-agglomeration-2021/_vars.scss
63 63
$cell-border: 1px solid $gray-light;
64 64
$cell-title-cover-border: false;
65 65
$cell-image-position: top;
66
$cell-entry-border-color: transparent;
66
$cell-entry-border: 1px solid transparent;
67 67
$cell-entry-color: $font-color;
68 68
$cell-entry-hover-color: black;
69 69
$cell-entry-font-weight: 500;
static/thonon-agglomeration/_vars.scss
39 39
$widget-unique-checkbox-position: left;
40 40

  
41 41
$cell-border: none; // 1px solid #cecac4;
42
$cell-entry-border-color: #cecac4;
42
$cell-entry-border: 1px solid #cecac4;
43 43
$cell-entry-hover-background: inherit;
44 44

  
45 45
$notification_info_color: #79adc2;
......
50 50

  
51 51
$wcs-step-border-bottom: none;
52 52
$wcs-step-current-color: black;
53
$wcs-step-current-marker-background: #fec307;
53
$wcs-step-current-marker-background: #fec307;
static/tours-metropole/_custom.scss
251 251
			}
252 252
		}
253 253
		ul {
254
			border: 1px solid $cell-entry-border-color;
254
			border: $cell-entry-border;
255 255
			border-top: 0;
256 256

  
257 257
			&:last-child {
static/venissieux/_vars.scss
12 12
$link-color: #3999b0;
13 13

  
14 14
$cell-border: none;
15
$cell-entry-border-color: transparent;
15
$cell-entry-border: 1px solid transparent;
16 16
$cell-entry-hover-background: transparent;
17 17
$cell-title-cover-border: false;
18 18
$title-background: transparent;
static/villeurbanne-intranet/_vars.scss
40 40
$cell-entry-color: $cyan-dark;
41 41
$cell-entry-hover-color: $red;
42 42
$cell-entry-hover-background: $cyan-xlight;
43
$cell-entry-border-color: $gray;
43
$cell-entry-border: 1px solid $gray;
44 44

  
45 45
$button-background: $cyan-dark;
46 46
$button-hover-background: $cyan;
47
-