epfl-elements 4.6.0 → 4.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -73,10 +73,6 @@ body {
73
73
  background-color: #fff;
74
74
  }
75
75
 
76
- [tabindex="-1"]:focus:not(.focus-visible) {
77
- outline: 0 !important;
78
- }
79
-
80
76
  [tabindex="-1"]:focus:not(:focus-visible) {
81
77
  outline: 0 !important;
82
78
  }
@@ -100,6 +96,7 @@ p {
100
96
 
101
97
  abbr[title],
102
98
  abbr[data-original-title] {
99
+ text-decoration: underline;
103
100
  text-decoration: underline;
104
101
  -webkit-text-decoration: underline dotted;
105
102
  text-decoration: underline dotted;
@@ -169,20 +166,24 @@ sup {
169
166
 
170
167
  a {
171
168
  color: #212121;
169
+ -webkit-text-decoration: underline;
172
170
  text-decoration: underline;
173
171
  background-color: transparent;
174
172
  }
175
173
  a:hover {
176
174
  color: #ff0000;
175
+ -webkit-text-decoration: underline;
177
176
  text-decoration: underline;
178
177
  }
179
178
 
180
179
  a:not([href]):not([class]) {
181
180
  color: inherit;
181
+ -webkit-text-decoration: none;
182
182
  text-decoration: none;
183
183
  }
184
184
  a:not([href]):not([class]):hover {
185
185
  color: inherit;
186
+ -webkit-text-decoration: none;
186
187
  text-decoration: none;
187
188
  }
188
189
 
@@ -241,10 +242,6 @@ button {
241
242
  border-radius: 0;
242
243
  }
243
244
 
244
- button:focus:not(.focus-visible) {
245
- outline: 0;
246
- }
247
-
248
245
  button:focus:not(:focus-visible) {
249
246
  outline: 0;
250
247
  }
@@ -2555,6 +2552,7 @@ textarea.form-control, .selectize-control textarea.selectize-input {
2555
2552
  font-weight: 400;
2556
2553
  color: #212121;
2557
2554
  text-align: center;
2555
+ -webkit-text-decoration: none;
2558
2556
  text-decoration: none;
2559
2557
  vertical-align: middle;
2560
2558
  -webkit-user-select: none;
@@ -2580,6 +2578,7 @@ textarea.form-control, .selectize-control textarea.selectize-input {
2580
2578
  }
2581
2579
  .btn:hover {
2582
2580
  color: #212121;
2581
+ -webkit-text-decoration: none;
2583
2582
  text-decoration: none;
2584
2583
  }
2585
2584
  .btn:focus, .btn.focus {
@@ -3073,13 +3072,16 @@ fieldset:disabled a.btn {
3073
3072
  .btn-link {
3074
3073
  font-weight: 400;
3075
3074
  color: #212121;
3075
+ -webkit-text-decoration: underline;
3076
3076
  text-decoration: underline;
3077
3077
  }
3078
3078
  .btn-link:hover {
3079
3079
  color: #ff0000;
3080
+ -webkit-text-decoration: underline;
3080
3081
  text-decoration: underline;
3081
3082
  }
3082
3083
  .btn-link:focus, .btn-link.focus {
3084
+ -webkit-text-decoration: underline;
3083
3085
  text-decoration: underline;
3084
3086
  }
3085
3087
  .btn-link:disabled, .btn-link.disabled {
@@ -3359,6 +3361,7 @@ input[type=button].btn-block {
3359
3361
  font-weight: 400;
3360
3362
  color: #212121;
3361
3363
  text-align: inherit;
3364
+ -webkit-text-decoration: none;
3362
3365
  text-decoration: none;
3363
3366
  white-space: nowrap;
3364
3367
  background-color: transparent;
@@ -3366,11 +3369,13 @@ input[type=button].btn-block {
3366
3369
  }
3367
3370
  .dropdown-item:hover, .dropdown-item:focus {
3368
3371
  color: #141414;
3372
+ -webkit-text-decoration: none;
3369
3373
  text-decoration: none;
3370
3374
  background-color: #e6e6e6;
3371
3375
  }
3372
3376
  .dropdown-item.active, .dropdown-item:active {
3373
3377
  color: #fff;
3378
+ -webkit-text-decoration: none;
3374
3379
  text-decoration: none;
3375
3380
  background-color: #ff0000;
3376
3381
  }
@@ -3611,7 +3616,8 @@ input[type=button].btn-block {
3611
3616
  display: block;
3612
3617
  min-height: 1.5rem;
3613
3618
  padding-left: 2.5rem;
3614
- print-color-adjust: exact;
3619
+ -webkit-print-color-adjust: exact;
3620
+ print-color-adjust: exact;
3615
3621
  }
3616
3622
 
3617
3623
  .custom-control-inline {
@@ -4045,9 +4051,11 @@ input[type=button].btn-block {
4045
4051
  .nav-link {
4046
4052
  display: block;
4047
4053
  padding: 0.5rem 1rem;
4054
+ -webkit-text-decoration: none;
4048
4055
  text-decoration: none;
4049
4056
  }
4050
4057
  .nav-link:hover, .nav-link:focus {
4058
+ -webkit-text-decoration: none;
4051
4059
  text-decoration: none;
4052
4060
  }
4053
4061
  .nav-link.disabled {
@@ -4184,6 +4192,7 @@ input[type=button].btn-block {
4184
4192
  }
4185
4193
 
4186
4194
  .card-link:hover {
4195
+ -webkit-text-decoration: none;
4187
4196
  text-decoration: none;
4188
4197
  }
4189
4198
  .card-link + .card-link {
@@ -4333,7 +4342,6 @@ input[type=button].btn-block {
4333
4342
  -webkit-column-count: 3;
4334
4343
  -moz-column-count: 3;
4335
4344
  column-count: 3;
4336
- grid-column-gap: 1.25rem;
4337
4345
  -webkit-column-gap: 1.25rem;
4338
4346
  -moz-column-gap: 1.25rem;
4339
4347
  column-gap: 1.25rem;
@@ -4382,6 +4390,7 @@ input[type=button].btn-block {
4382
4390
  margin-left: -1px;
4383
4391
  line-height: 1.25;
4384
4392
  color: #ff0000;
4393
+ -webkit-text-decoration: none;
4385
4394
  text-decoration: none;
4386
4395
  background-color: #fff;
4387
4396
  border: 1px solid #d5d5d5;
@@ -4389,6 +4398,7 @@ input[type=button].btn-block {
4389
4398
  .page-link:hover {
4390
4399
  z-index: 2;
4391
4400
  color: #ff0000;
4401
+ -webkit-text-decoration: none;
4392
4402
  text-decoration: none;
4393
4403
  background-color: #fff;
4394
4404
  border-color: #707070;
@@ -4473,6 +4483,7 @@ input[type=button].btn-block {
4473
4483
  }
4474
4484
  }
4475
4485
  a.badge:hover, a.badge:focus {
4486
+ -webkit-text-decoration: none;
4476
4487
  text-decoration: none;
4477
4488
  }
4478
4489
 
@@ -4819,6 +4830,7 @@ a.badge-dark:focus, a.badge-dark.focus {
4819
4830
  .list-group-item-action:hover, .list-group-item-action:focus {
4820
4831
  z-index: 1;
4821
4832
  color: #707070;
4833
+ -webkit-text-decoration: none;
4822
4834
  text-decoration: none;
4823
4835
  background-color: #e6e6e6;
4824
4836
  }
@@ -4831,6 +4843,7 @@ a.badge-dark:focus, a.badge-dark.focus {
4831
4843
  position: relative;
4832
4844
  display: block;
4833
4845
  padding: 0.75rem 1.25rem;
4846
+ -webkit-text-decoration: none;
4834
4847
  text-decoration: none;
4835
4848
  background-color: #fff;
4836
4849
  border: 1px solid rgba(33, 33, 33, 0.125);
@@ -5156,6 +5169,7 @@ a.badge-dark:focus, a.badge-dark.focus {
5156
5169
  }
5157
5170
  .close:hover {
5158
5171
  color: #707070;
5172
+ -webkit-text-decoration: none;
5159
5173
  text-decoration: none;
5160
5174
  }
5161
5175
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
@@ -5405,12 +5419,6 @@ a.close.disabled {
5405
5419
  max-width: 1140px;
5406
5420
  }
5407
5421
  }
5408
- [dir="ltr"] .tooltip{
5409
- text-align: left;
5410
- }
5411
- [dir="rtl"] .tooltip{
5412
- text-align: right;
5413
- }
5414
5422
  .tooltip {
5415
5423
  position: absolute;
5416
5424
  z-index: 1070;
@@ -5421,6 +5429,8 @@ a.close.disabled {
5421
5429
  font-weight: 400;
5422
5430
  line-height: 1.5;
5423
5431
  text-align: left;
5432
+ text-align: start;
5433
+ -webkit-text-decoration: none;
5424
5434
  text-decoration: none;
5425
5435
  text-shadow: none;
5426
5436
  text-transform: none;
@@ -5510,14 +5520,6 @@ a.close.disabled {
5510
5520
  border-radius: 2px;
5511
5521
  }
5512
5522
 
5513
- [dir="ltr"] .popover{
5514
- text-align: left;
5515
- }
5516
-
5517
- [dir="rtl"] .popover{
5518
- text-align: right;
5519
- }
5520
-
5521
5523
  .popover {
5522
5524
  position: absolute;
5523
5525
  top: 0;
@@ -5530,6 +5532,8 @@ a.close.disabled {
5530
5532
  font-weight: 400;
5531
5533
  line-height: 1.5;
5532
5534
  text-align: left;
5535
+ text-align: start;
5536
+ -webkit-text-decoration: none;
5533
5537
  text-decoration: none;
5534
5538
  text-shadow: none;
5535
5539
  text-transform: none;
@@ -5785,6 +5789,7 @@ a.close.disabled {
5785
5789
  .carousel-control-next:hover,
5786
5790
  .carousel-control-next:focus {
5787
5791
  color: #fff;
5792
+ -webkit-text-decoration: none;
5788
5793
  text-decoration: none;
5789
5794
  outline: 0;
5790
5795
  opacity: 0.9;
@@ -7518,7 +7523,6 @@ button.bg-dark:focus {
7518
7523
  .user-select-all {
7519
7524
  -webkit-user-select: all !important;
7520
7525
  -moz-user-select: all !important;
7521
- -ms-user-select: all !important;
7522
7526
  user-select: all !important;
7523
7527
  }
7524
7528
 
@@ -10795,6 +10799,7 @@ a.text-dark:hover, a.text-dark:focus {
10795
10799
  }
10796
10800
 
10797
10801
  .text-decoration-none {
10802
+ -webkit-text-decoration: none !important;
10798
10803
  text-decoration: none !important;
10799
10804
  }
10800
10805
 
@@ -10824,6 +10829,7 @@ a.text-dark:hover, a.text-dark:focus {
10824
10829
  box-shadow: none !important;
10825
10830
  }
10826
10831
  a:not(.btn) {
10832
+ -webkit-text-decoration: underline;
10827
10833
  text-decoration: underline;
10828
10834
  }
10829
10835
  abbr[title]::after {
@@ -11354,18 +11360,22 @@ a:hover .text-arrow:after {
11354
11360
  Bootstrap v5 + legacy
11355
11361
  */
11356
11362
  .underline, .text-decoration-underline {
11363
+ -webkit-text-decoration: underline;
11357
11364
  text-decoration: underline;
11358
11365
  }
11359
11366
 
11360
11367
  .overline, .text-decoration-overline {
11368
+ -webkit-text-decoration: overline;
11361
11369
  text-decoration: overline;
11362
11370
  }
11363
11371
 
11364
11372
  .line-through, .text-decoration-line-through {
11373
+ -webkit-text-decoration: line-through;
11365
11374
  text-decoration: line-through;
11366
11375
  }
11367
11376
 
11368
11377
  .no-underline {
11378
+ -webkit-text-decoration: none;
11369
11379
  text-decoration: none;
11370
11380
  }
11371
11381
 
@@ -11754,20 +11764,6 @@ input[type=button]:disabled,
11754
11764
  input[type=button].disabled {
11755
11765
  opacity: 1;
11756
11766
  }
11757
- .btn:focus, .btn.focus-visible, .btn.focus,
11758
- button:focus,
11759
- button.focus-visible,
11760
- button.focus,
11761
- button.btn:focus,
11762
- button.btn.focus-visible,
11763
- button.btn.focus,
11764
- input[type=button]:focus,
11765
- input[type=button].focus-visible,
11766
- input[type=button].focus {
11767
- outline-width: 2px !important;
11768
- outline-style: solid !important;
11769
- outline-offset: 2px;
11770
- }
11771
11767
  .btn:focus, .btn:focus-visible, .btn.focus,
11772
11768
  button:focus,
11773
11769
  button:focus-visible,
@@ -11784,6 +11780,7 @@ input[type=button].focus {
11784
11780
  }
11785
11781
 
11786
11782
  .btn {
11783
+ -webkit-text-decoration: none;
11787
11784
  text-decoration: none;
11788
11785
  white-space: normal;
11789
11786
  -webkit-transition: background 0.15s, color 0.15s, border-color 0.15s;
@@ -11800,9 +11797,6 @@ input[type=button].focus {
11800
11797
  background: #b51f1f;
11801
11798
  border-color: #b51f1f;
11802
11799
  }
11803
- .btn-primary:focus, .btn-primary.focus-visible, .btn-primary.focus {
11804
- outline-color: #b51f1f !important;
11805
- }
11806
11800
  .btn-primary:focus, .btn-primary:focus-visible, .btn-primary.focus {
11807
11801
  outline-color: #b51f1f !important;
11808
11802
  }
@@ -11840,9 +11834,6 @@ input[type=button].focus {
11840
11834
  background: transparent;
11841
11835
  border-color: #e6e6e6;
11842
11836
  }
11843
- .btn-secondary:focus, .btn-secondary.focus-visible, .btn-secondary.focus {
11844
- outline-color: #707070 !important;
11845
- }
11846
11837
  .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary.focus {
11847
11838
  outline-color: #707070 !important;
11848
11839
  }
@@ -11901,6 +11892,7 @@ a.tag:hover {
11901
11892
  border-right-color: #a8a8a8;
11902
11893
  border-left-color: #a8a8a8;
11903
11894
  color: #212121;
11895
+ -webkit-text-decoration: none;
11904
11896
  text-decoration: none;
11905
11897
  }
11906
11898
 
@@ -11908,6 +11900,7 @@ a.tag:hover {
11908
11900
  display: inline-block;
11909
11901
  margin: 0 0.1em 0.3em 0;
11910
11902
  padding: 0.4em 0.6em;
11903
+ -webkit-text-decoration: none;
11911
11904
  text-decoration: none;
11912
11905
  background: #fff;
11913
11906
  border: 1px solid #c1c1c1;
@@ -11921,6 +11914,7 @@ a.tag:hover {
11921
11914
  vertical-align: middle;
11922
11915
  }
11923
11916
  .tag .remove {
11917
+ -webkit-text-decoration: none;
11924
11918
  text-decoration: none;
11925
11919
  float: right;
11926
11920
  padding: 0;
@@ -12002,16 +11996,6 @@ button.tag:focus .remove {
12002
11996
  background: #ff0000;
12003
11997
  color: #fff;
12004
11998
  }
12005
- a.tag:focus, a.tag.focus-visible, a.tag.focus,
12006
- .btn.tag:focus,
12007
- .btn.tag.focus-visible,
12008
- .btn.tag.focus,
12009
- button.tag:focus,
12010
- button.tag.focus-visible,
12011
- button.tag.focus {
12012
- outline: solid 2px #ff0000 !important;
12013
- outline-offset: 2px;
12014
- }
12015
11999
  a.tag:focus, a.tag:focus-visible, a.tag.focus,
12016
12000
  .btn.tag:focus,
12017
12001
  .btn.tag:focus-visible,
@@ -12022,21 +12006,6 @@ button.tag.focus {
12022
12006
  outline: solid 2px #ff0000 !important;
12023
12007
  outline-offset: 2px;
12024
12008
  }
12025
- a.tag.tag-secondary:focus, a.tag.tag-secondary.focus-visible, a.tag.tag-secondary.focus, a.tag.tag-plain:focus, a.tag.tag-plain.focus-visible, a.tag.tag-plain.focus,
12026
- .btn.tag.tag-secondary:focus,
12027
- .btn.tag.tag-secondary.focus-visible,
12028
- .btn.tag.tag-secondary.focus,
12029
- .btn.tag.tag-plain:focus,
12030
- .btn.tag.tag-plain.focus-visible,
12031
- .btn.tag.tag-plain.focus,
12032
- button.tag.tag-secondary:focus,
12033
- button.tag.tag-secondary.focus-visible,
12034
- button.tag.tag-secondary.focus,
12035
- button.tag.tag-plain:focus,
12036
- button.tag.tag-plain.focus-visible,
12037
- button.tag.tag-plain.focus {
12038
- outline-color: #707070 !important;
12039
- }
12040
12009
  a.tag.tag-secondary:focus, a.tag.tag-secondary:focus-visible, a.tag.tag-secondary.focus, a.tag.tag-plain:focus, a.tag.tag-plain:focus-visible, a.tag.tag-plain.focus,
12041
12010
  .btn.tag.tag-secondary:focus,
12042
12011
  .btn.tag.tag-secondary:focus-visible,
@@ -12128,6 +12097,7 @@ button.tag.tag-plain:focus .remove {
12128
12097
  border-right-color: #a8a8a8;
12129
12098
  border-left-color: #a8a8a8;
12130
12099
  color: #212121;
12100
+ -webkit-text-decoration: none;
12131
12101
  text-decoration: none;
12132
12102
  }
12133
12103
  .selectize-control .selectize-input input {
@@ -12420,10 +12390,6 @@ button.tag.tag-plain:focus .remove {
12420
12390
  margin-bottom: 0;
12421
12391
  }
12422
12392
 
12423
- button.collapse-title:focus, button.collapse-title.focus-visible {
12424
- outline: 0 !important;
12425
- }
12426
-
12427
12393
  button.collapse-title:focus, button.collapse-title:focus-visible {
12428
12394
  outline: 0 !important;
12429
12395
  }
@@ -12482,6 +12448,7 @@ header.collapse-title + .collapse-item:before {
12482
12448
  -webkit-box-align: baseline;
12483
12449
  -ms-flex-align: baseline;
12484
12450
  align-items: baseline;
12451
+ -webkit-text-decoration: none;
12485
12452
  text-decoration: none;
12486
12453
  }
12487
12454
  .link-collapse:after {
@@ -12686,14 +12653,11 @@ header.collapse-title + .collapse-item:before {
12686
12653
  transform: translateY(-50%);
12687
12654
  -webkit-transition: all 0.3s ease-in-out;
12688
12655
  transition: all 0.3s ease-in-out;
12656
+ -webkit-text-decoration: underline;
12689
12657
  text-decoration: underline;
12690
12658
  text-decoration-thickness: 0.08em;
12691
12659
  text-underline-offset: 2px;
12692
12660
  }
12693
- .drawer .drawer-link.focus-visible .text {
12694
- text-decoration-thickness: 0.2em;
12695
- text-underline-offset: 4px;
12696
- }
12697
12661
  .drawer .drawer-link:focus-visible .text {
12698
12662
  text-decoration-thickness: 0.2em;
12699
12663
  text-underline-offset: 4px;
@@ -12724,9 +12688,6 @@ header.collapse-title + .collapse-item:before {
12724
12688
  .drawer .drawer-toggle:hover {
12725
12689
  background: #b51f1f;
12726
12690
  }
12727
- .drawer .drawer-toggle:focus, .drawer .drawer-toggle.focus-visible {
12728
- outline: 0 !important;
12729
- }
12730
12691
  .drawer .drawer-toggle:focus, .drawer .drawer-toggle:focus-visible {
12731
12692
  outline: 0 !important;
12732
12693
  }
@@ -12734,10 +12695,6 @@ header.collapse-title + .collapse-item:before {
12734
12695
  -webkit-transform: rotate(180deg) translateY(50%);
12735
12696
  transform: rotate(180deg) translateY(50%);
12736
12697
  }
12737
- .drawer[focus-within] {
12738
- outline: 2px solid #b51f1f;
12739
- outline-offset: 2px;
12740
- }
12741
12698
  .drawer:focus-within {
12742
12699
  outline: 2px solid #b51f1f;
12743
12700
  outline-offset: 2px;
@@ -12963,6 +12920,7 @@ header.collapse-title + .collapse-item:before {
12963
12920
  .nav-lang-short ul li a,
12964
12921
  .nav-lang-short ul li span {
12965
12922
  padding: 0.4rem;
12923
+ -webkit-text-decoration: none;
12966
12924
  text-decoration: none;
12967
12925
  }
12968
12926
 
@@ -13100,21 +13058,18 @@ header.collapse-title + .collapse-item:before {
13100
13058
  a,
13101
13059
  a:visited {
13102
13060
  color: #212121;
13061
+ -webkit-text-decoration: underline;
13103
13062
  text-decoration: underline;
13104
13063
  background-color: transparent;
13105
- -webkit-text-decoration-color: #ff0000;
13106
- text-decoration-color: #ff0000;
13107
- -webkit-transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
13108
- transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
13064
+ text-decoration-color: #ff0000;
13065
+ -webkit-transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
13109
13066
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
13110
- transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
13111
13067
  }
13112
13068
  a:hover, a:focus, a:active,
13113
13069
  a:visited:hover,
13114
13070
  a:visited:focus,
13115
13071
  a:visited:active {
13116
- -webkit-text-decoration-color: #212121;
13117
- text-decoration-color: #212121;
13072
+ text-decoration-color: #212121;
13118
13073
  }
13119
13074
  a:active,
13120
13075
  a:visited:active {
@@ -13122,20 +13077,17 @@ a:visited:active {
13122
13077
  }
13123
13078
  a.text-muted,
13124
13079
  a:visited.text-muted {
13125
- -webkit-text-decoration-color: #707070;
13126
- text-decoration-color: #707070;
13080
+ text-decoration-color: #707070;
13127
13081
  }
13128
13082
  a.text-muted:hover,
13129
13083
  a:visited.text-muted:hover {
13130
13084
  color: #212121 !important;
13131
- -webkit-text-decoration-color: #212121;
13132
- text-decoration-color: #212121;
13085
+ text-decoration-color: #212121;
13133
13086
  }
13134
13087
  .text-white a, a.text-white,
13135
13088
  .text-white a:visited,
13136
13089
  a:visited.text-white {
13137
- -webkit-text-decoration-color: currentcolor;
13138
- text-decoration-color: currentcolor;
13090
+ text-decoration-color: currentcolor;
13139
13091
  }
13140
13092
  .text-white a:hover, .text-white a:focus, .text-white a:active, a.text-white:hover, a.text-white:focus, a.text-white:active,
13141
13093
  .text-white a:visited:hover,
@@ -13144,112 +13096,95 @@ a:visited.text-white {
13144
13096
  a:visited.text-white:hover,
13145
13097
  a:visited.text-white:focus,
13146
13098
  a:visited.text-white:active {
13147
- -webkit-text-decoration-color: transparent;
13148
- text-decoration-color: transparent;
13099
+ text-decoration-color: transparent;
13149
13100
  }
13150
13101
  .bg-primary a,
13151
13102
  .bg-primary a:visited {
13152
13103
  color: #fff;
13153
- -webkit-text-decoration-color: currentcolor;
13154
- text-decoration-color: currentcolor;
13104
+ text-decoration-color: currentcolor;
13155
13105
  }
13156
13106
  .bg-primary a:hover, .bg-primary a:focus, .bg-primary a:active,
13157
13107
  .bg-primary a:visited:hover,
13158
13108
  .bg-primary a:visited:focus,
13159
13109
  .bg-primary a:visited:active {
13160
- -webkit-text-decoration-color: transparent;
13161
- text-decoration-color: transparent;
13110
+ text-decoration-color: transparent;
13162
13111
  }
13163
13112
  .bg-secondary a,
13164
13113
  .bg-secondary a:visited {
13165
13114
  color: #212121;
13166
- -webkit-text-decoration-color: currentcolor;
13167
- text-decoration-color: currentcolor;
13115
+ text-decoration-color: currentcolor;
13168
13116
  }
13169
13117
  .bg-secondary a:hover, .bg-secondary a:focus, .bg-secondary a:active,
13170
13118
  .bg-secondary a:visited:hover,
13171
13119
  .bg-secondary a:visited:focus,
13172
13120
  .bg-secondary a:visited:active {
13173
- -webkit-text-decoration-color: transparent;
13174
- text-decoration-color: transparent;
13121
+ text-decoration-color: transparent;
13175
13122
  }
13176
13123
  .bg-success a,
13177
13124
  .bg-success a:visited {
13178
13125
  color: #212121;
13179
- -webkit-text-decoration-color: currentcolor;
13180
- text-decoration-color: currentcolor;
13126
+ text-decoration-color: currentcolor;
13181
13127
  }
13182
13128
  .bg-success a:hover, .bg-success a:focus, .bg-success a:active,
13183
13129
  .bg-success a:visited:hover,
13184
13130
  .bg-success a:visited:focus,
13185
13131
  .bg-success a:visited:active {
13186
- -webkit-text-decoration-color: transparent;
13187
- text-decoration-color: transparent;
13132
+ text-decoration-color: transparent;
13188
13133
  }
13189
13134
  .bg-info a,
13190
13135
  .bg-info a:visited {
13191
13136
  color: #fff;
13192
- -webkit-text-decoration-color: currentcolor;
13193
- text-decoration-color: currentcolor;
13137
+ text-decoration-color: currentcolor;
13194
13138
  }
13195
13139
  .bg-info a:hover, .bg-info a:focus, .bg-info a:active,
13196
13140
  .bg-info a:visited:hover,
13197
13141
  .bg-info a:visited:focus,
13198
13142
  .bg-info a:visited:active {
13199
- -webkit-text-decoration-color: transparent;
13200
- text-decoration-color: transparent;
13143
+ text-decoration-color: transparent;
13201
13144
  }
13202
13145
  .bg-warning a,
13203
13146
  .bg-warning a:visited {
13204
13147
  color: #212121;
13205
- -webkit-text-decoration-color: currentcolor;
13206
- text-decoration-color: currentcolor;
13148
+ text-decoration-color: currentcolor;
13207
13149
  }
13208
13150
  .bg-warning a:hover, .bg-warning a:focus, .bg-warning a:active,
13209
13151
  .bg-warning a:visited:hover,
13210
13152
  .bg-warning a:visited:focus,
13211
13153
  .bg-warning a:visited:active {
13212
- -webkit-text-decoration-color: transparent;
13213
- text-decoration-color: transparent;
13154
+ text-decoration-color: transparent;
13214
13155
  }
13215
13156
  .bg-danger a,
13216
13157
  .bg-danger a:visited {
13217
13158
  color: #fff;
13218
- -webkit-text-decoration-color: currentcolor;
13219
- text-decoration-color: currentcolor;
13159
+ text-decoration-color: currentcolor;
13220
13160
  }
13221
13161
  .bg-danger a:hover, .bg-danger a:focus, .bg-danger a:active,
13222
13162
  .bg-danger a:visited:hover,
13223
13163
  .bg-danger a:visited:focus,
13224
13164
  .bg-danger a:visited:active {
13225
- -webkit-text-decoration-color: transparent;
13226
- text-decoration-color: transparent;
13165
+ text-decoration-color: transparent;
13227
13166
  }
13228
13167
  .bg-light a,
13229
13168
  .bg-light a:visited {
13230
13169
  color: #212121;
13231
- -webkit-text-decoration-color: currentcolor;
13232
- text-decoration-color: currentcolor;
13170
+ text-decoration-color: currentcolor;
13233
13171
  }
13234
13172
  .bg-light a:hover, .bg-light a:focus, .bg-light a:active,
13235
13173
  .bg-light a:visited:hover,
13236
13174
  .bg-light a:visited:focus,
13237
13175
  .bg-light a:visited:active {
13238
- -webkit-text-decoration-color: transparent;
13239
- text-decoration-color: transparent;
13176
+ text-decoration-color: transparent;
13240
13177
  }
13241
13178
  .bg-dark a,
13242
13179
  .bg-dark a:visited {
13243
13180
  color: #fff;
13244
- -webkit-text-decoration-color: currentcolor;
13245
- text-decoration-color: currentcolor;
13181
+ text-decoration-color: currentcolor;
13246
13182
  }
13247
13183
  .bg-dark a:hover, .bg-dark a:focus, .bg-dark a:active,
13248
13184
  .bg-dark a:visited:hover,
13249
13185
  .bg-dark a:visited:focus,
13250
13186
  .bg-dark a:visited:active {
13251
- -webkit-text-decoration-color: transparent;
13252
- text-decoration-color: transparent;
13187
+ text-decoration-color: transparent;
13253
13188
  }
13254
13189
 
13255
13190
  a,
@@ -13263,43 +13198,35 @@ a:visited {
13263
13198
  }
13264
13199
 
13265
13200
  a.text-primary:hover, a.text-primary:focus {
13266
- -webkit-text-decoration-color: #ff0000;
13267
- text-decoration-color: #ff0000;
13201
+ text-decoration-color: #ff0000;
13268
13202
  }
13269
13203
 
13270
13204
  a.text-secondary:hover, a.text-secondary:focus {
13271
- -webkit-text-decoration-color: #fff;
13272
- text-decoration-color: #fff;
13205
+ text-decoration-color: #fff;
13273
13206
  }
13274
13207
 
13275
13208
  a.text-success:hover, a.text-success:focus {
13276
- -webkit-text-decoration-color: #7ed321;
13277
- text-decoration-color: #7ed321;
13209
+ text-decoration-color: #7ed321;
13278
13210
  }
13279
13211
 
13280
13212
  a.text-info:hover, a.text-info:focus {
13281
- -webkit-text-decoration-color: #4a90e2;
13282
- text-decoration-color: #4a90e2;
13213
+ text-decoration-color: #4a90e2;
13283
13214
  }
13284
13215
 
13285
13216
  a.text-warning:hover, a.text-warning:focus {
13286
- -webkit-text-decoration-color: #f5a623;
13287
- text-decoration-color: #f5a623;
13217
+ text-decoration-color: #f5a623;
13288
13218
  }
13289
13219
 
13290
13220
  a.text-danger:hover, a.text-danger:focus {
13291
- -webkit-text-decoration-color: #ff0000;
13292
- text-decoration-color: #ff0000;
13221
+ text-decoration-color: #ff0000;
13293
13222
  }
13294
13223
 
13295
13224
  a.text-light:hover, a.text-light:focus {
13296
- -webkit-text-decoration-color: #e6e6e6;
13297
- text-decoration-color: #e6e6e6;
13225
+ text-decoration-color: #e6e6e6;
13298
13226
  }
13299
13227
 
13300
13228
  a.text-dark:hover, a.text-dark:focus {
13301
- -webkit-text-decoration-color: #212121;
13302
- text-decoration-color: #212121;
13229
+ text-decoration-color: #212121;
13303
13230
  }
13304
13231
 
13305
13232
  /*
@@ -13310,16 +13237,15 @@ a.text-dark:hover, a.text-dark:focus {
13310
13237
  }
13311
13238
  */
13312
13239
  .nav-link.link-pretty {
13240
+ -webkit-text-decoration: underline;
13313
13241
  text-decoration: underline;
13314
- -webkit-text-decoration-color: #ff0000;
13315
- text-decoration-color: #ff0000;
13242
+ text-decoration-color: #ff0000;
13316
13243
  text-decoration-thickness: 0.08em;
13317
13244
  text-decoration-thickness: min(0.08em, 0.1rem);
13318
13245
  text-underline-offset: 0.14em;
13319
13246
  }
13320
13247
  .nav-link.link-pretty:hover, .nav-link.link-pretty:focus, .nav-link.link-pretty:active {
13321
- -webkit-text-decoration-color: #212121;
13322
- text-decoration-color: #212121;
13248
+ text-decoration-color: #212121;
13323
13249
  }
13324
13250
 
13325
13251
  .bg-dark .link-pretty,
@@ -13330,8 +13256,7 @@ a.text-dark:hover, a.text-dark:focus {
13330
13256
  .bg-gray-600 .link-pretty:focus,
13331
13257
  .bg-gray-600 .link-pretty:hover,
13332
13258
  .bg-gray-600 .link-pretty:active {
13333
- -webkit-text-decoration-color: #fff;
13334
- text-decoration-color: #fff;
13259
+ text-decoration-color: #fff;
13335
13260
  }
13336
13261
 
13337
13262
  .link-icon {
@@ -13539,6 +13464,7 @@ picture .img-fluid {
13539
13464
  border: 1px solid #d5d5d5;
13540
13465
  border-radius: 2px;
13541
13466
  text-align: left;
13467
+ -webkit-text-decoration: none;
13542
13468
  text-decoration: none;
13543
13469
  line-height: 1.5;
13544
13470
  color: #212121;
@@ -13671,6 +13597,7 @@ hr.darker {
13671
13597
 
13672
13598
  .social-icon-details {
13673
13599
  min-height: 2.6em;
13600
+ -webkit-text-decoration: none !important;
13674
13601
  text-decoration: none !important;
13675
13602
  vertical-align: bottom;
13676
13603
  }
@@ -13755,8 +13682,6 @@ a.social-icon:hover, a.social-icon:focus {
13755
13682
  }
13756
13683
 
13757
13684
  .social-icon-round.social-icon-instagram, .social-icon-instagram {
13758
- background: radial-gradient(circle farthest-corner at 35%, at 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0, at 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0, at -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20%, at -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100%, at 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60%, at -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100%, at 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
13759
- background: radial-gradient(circle farthest-corner at 35%, at 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0, at 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0, at -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20%, at -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100%, at 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60%, at -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100%, at 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
13760
13685
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
13761
13686
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
13762
13687
  }
@@ -13842,28 +13767,19 @@ a.social-icon:hover, a.social-icon:focus {
13842
13767
  opacity: 0;
13843
13768
  z-index: -1;
13844
13769
  }
13845
- .upload-input:focus + label.btn, .upload-input.focus-visible + label.btn {
13846
- outline: 2px solid;
13847
- outline-offset: 2px;
13848
- }
13849
13770
  .upload-input:focus + label.btn, .upload-input:focus-visible + label.btn {
13850
13771
  outline: 2px solid;
13851
13772
  outline-offset: 2px;
13852
13773
  }
13853
- .upload-input:focus + label.btn-primary, .upload-input.focus-visible + label.btn-primary {
13854
- outline-color: #b51f1f;
13855
- }
13856
13774
  .upload-input:focus + label.btn-primary, .upload-input:focus-visible + label.btn-primary {
13857
13775
  outline-color: #b51f1f;
13858
13776
  }
13859
- .upload-input:focus + label.btn-secondary, .upload-input.focus-visible + label.btn-secondary {
13860
- outline-color: #707070;
13861
- }
13862
13777
  .upload-input:focus + label.btn-secondary, .upload-input:focus-visible + label.btn-secondary {
13863
13778
  outline-color: #707070;
13864
13779
  }
13865
13780
 
13866
13781
  .dropdown-item {
13782
+ -webkit-text-decoration: none;
13867
13783
  text-decoration: none;
13868
13784
  }
13869
13785
  .dropdown-item.active {
@@ -14267,8 +14183,11 @@ figcaption {
14267
14183
  }
14268
14184
  .user-dropdown .btn .user-avatar {
14269
14185
  --avatar-size: 2.5rem;
14186
+ -ms-flex-preferred-size: 2.5rem;
14187
+ flex-basis: 2.5rem;
14270
14188
  -ms-flex-preferred-size: var(--avatar-size);
14271
14189
  flex-basis: var(--avatar-size);
14190
+ width: 2.5rem;
14272
14191
  width: var(--avatar-size);
14273
14192
  }
14274
14193
  @media (min-width: 576px) {
@@ -14598,6 +14517,7 @@ figcaption {
14598
14517
  margin-right: 0.6rem;
14599
14518
  background-color: #d5d5d5;
14600
14519
  border-radius: 50%;
14520
+ -webkit-text-decoration: none;
14601
14521
  text-decoration: none;
14602
14522
  font-weight: 700;
14603
14523
  -webkit-transition: background-color 0.2s;
@@ -14612,6 +14532,7 @@ a.avatar-teaser-img,
14612
14532
  a.avatar-teaser-img-placeholder {
14613
14533
  position: relative;
14614
14534
  z-index: 0;
14535
+ -webkit-text-decoration: none;
14615
14536
  text-decoration: none;
14616
14537
  }
14617
14538
  a.avatar-teaser-img:before,
@@ -14773,6 +14694,7 @@ a.card-gray:hover .card-body {
14773
14694
  .card-info a {
14774
14695
  display: inline-block;
14775
14696
  color: #ff0000;
14697
+ -webkit-text-decoration: none;
14776
14698
  text-decoration: none;
14777
14699
  }
14778
14700
  .card-info a.btn:hover, .card-info a.btn.hover {
@@ -14826,6 +14748,7 @@ a.card-img-top:hover:before {
14826
14748
  }
14827
14749
 
14828
14750
  a.card {
14751
+ -webkit-text-decoration: none;
14829
14752
  text-decoration: none;
14830
14753
  }
14831
14754
  a.card .card-title {
@@ -15325,6 +15248,7 @@ article aside ol li:before {
15325
15248
  [aria-describedby=sidenote-label],
15326
15249
  [aria-describedby=sidenote-label]:hover {
15327
15250
  counter-increment: footnotes; /* 1 */
15251
+ -webkit-text-decoration: none;
15328
15252
  text-decoration: none; /* 2 */
15329
15253
  color: inherit; /* 2 */
15330
15254
  cursor: default; /* 2 */
@@ -15757,6 +15681,7 @@ ol.flickity-page-dots li:before {
15757
15681
  .list-group-gray .list-group-teaser-container,
15758
15682
  .list-group-item-gray .list-group-teaser-container {
15759
15683
  --card-bg: #e6e6e6;
15684
+ background: #e6e6e6;
15760
15685
  background: var(--card-bg);
15761
15686
  }
15762
15687
  .list-group-gray .list-group-teaser-container .card-title a,
@@ -15775,6 +15700,7 @@ ol.flickity-page-dots li:before {
15775
15700
  }
15776
15701
  .list-group .list-group-teaser {
15777
15702
  display: block;
15703
+ -webkit-text-decoration: none;
15778
15704
  text-decoration: none;
15779
15705
  padding: 0;
15780
15706
  border: none;
@@ -16067,6 +15993,7 @@ ol.flickity-page-dots li:before {
16067
15993
  .breadcrumb-item a {
16068
15994
  background-image: none !important;
16069
15995
  color: #495057;
15996
+ -webkit-text-decoration: none;
16070
15997
  text-decoration: none;
16071
15998
  }
16072
15999
  .breadcrumb-item a:hover {
@@ -16191,6 +16118,7 @@ ol.flickity-page-dots li:before {
16191
16118
  background-color: transparent;
16192
16119
  border-color: transparent;
16193
16120
  border-radius: 0;
16121
+ -webkit-text-decoration: none;
16194
16122
  text-decoration: none;
16195
16123
  font-weight: 700;
16196
16124
  -webkit-transition: margin 0.1s ease-in-out;
@@ -16622,9 +16550,9 @@ ol.flickity-page-dots li:before {
16622
16550
  border-bottom: 1px solid #d5d5d5;
16623
16551
  }
16624
16552
  @media (max-width: 767.98px) {
16625
- .table tbody td:last-child(), .semaineDeRef tbody td:last-child(),
16626
- .table tfoot td:last-child(),
16627
- .semaineDeRef tfoot td:last-child() {
16553
+ .table tbody td:last-child, .semaineDeRef tbody td:last-child,
16554
+ .table tfoot td:last-child,
16555
+ .semaineDeRef tfoot td:last-child {
16628
16556
  margin-bottom: 1.2rem;
16629
16557
  }
16630
16558
  }
@@ -16733,6 +16661,7 @@ ol.flickity-page-dots li:before {
16733
16661
  position: relative;
16734
16662
  background-color: #e6e6e6;
16735
16663
  border-color: #d5d5d5;
16664
+ -webkit-text-decoration: none;
16736
16665
  text-decoration: none;
16737
16666
  border-radius: 0;
16738
16667
  padding: 0.5rem 0.8125rem;
@@ -16835,6 +16764,7 @@ ol.flickity-page-dots li:before {
16835
16764
  margin-right: 2rem;
16836
16765
  padding-right: 0;
16837
16766
  padding-left: 0;
16767
+ -webkit-text-decoration: none;
16838
16768
  text-decoration: none;
16839
16769
  font-weight: 700;
16840
16770
  }
@@ -17452,10 +17382,6 @@ ol.flickity-page-dots li:before {
17452
17382
  .fullwidth-teaser-header .btn:focus {
17453
17383
  outline: 0 !important;
17454
17384
  }
17455
- .fullwidth-teaser-header .btn.focus-visible {
17456
- outline: 2px solid #fff !important;
17457
- outline-offset: -4px !important;
17458
- }
17459
17385
  .fullwidth-teaser-header .btn:focus-visible {
17460
17386
  outline: 2px solid #fff !important;
17461
17387
  outline-offset: -4px !important;
@@ -17623,6 +17549,7 @@ ol.flickity-page-dots li:before {
17623
17549
  padding: 0.4rem;
17624
17550
  -webkit-transition: all 0.2s;
17625
17551
  transition: all 0.2s;
17552
+ -webkit-text-decoration: none;
17626
17553
  text-decoration: none;
17627
17554
  margin-left: -0.7rem;
17628
17555
  padding-left: 0.7rem;
@@ -17998,6 +17925,7 @@ a.nav-arrow:hover .icon-container {
17998
17925
  display: block;
17999
17926
  position: relative;
18000
17927
  padding: 0.625rem 3rem;
17928
+ -webkit-text-decoration: none;
18001
17929
  text-decoration: none;
18002
17930
  color: #495057;
18003
17931
  }
@@ -18248,6 +18176,7 @@ a.nav-arrow:hover .icon-container {
18248
18176
  font-size: 0.83rem;
18249
18177
  line-height: 1.2rem;
18250
18178
  color: #707070;
18179
+ -webkit-text-decoration: none;
18251
18180
  text-decoration: none;
18252
18181
  }
18253
18182
  .footer-links a:hover {
@@ -18491,6 +18420,7 @@ a.nav-arrow:hover .icon-container {
18491
18420
  margin: 0;
18492
18421
  padding: 2rem 0.7rem;
18493
18422
  font-weight: bold;
18423
+ -webkit-text-decoration: none;
18494
18424
  text-decoration: none;
18495
18425
  }
18496
18426
  .header .nav-header li a:after, .header .nav-header li.dropdown .btn:before {
@@ -18538,6 +18468,7 @@ a.nav-arrow:hover .icon-container {
18538
18468
  padding: 0.7rem;
18539
18469
  font-size: inherit;
18540
18470
  font-weight: bold;
18471
+ -webkit-text-decoration: none;
18541
18472
  text-decoration: none;
18542
18473
  }
18543
18474
  .header .nav-header .dropdown .btn:before {
@@ -18592,6 +18523,7 @@ a.nav-arrow:hover .icon-container {
18592
18523
  }
18593
18524
  .header-light h1 a,
18594
18525
  .header-light .site-title a {
18526
+ -webkit-text-decoration: none;
18595
18527
  text-decoration: none;
18596
18528
  }
18597
18529
  .header-light p.site-title {
@@ -19058,6 +18990,7 @@ a.nav-arrow:hover .icon-container {
19058
18990
  }
19059
18991
 
19060
18992
  a.cc-btn {
18993
+ -webkit-text-decoration: none;
19061
18994
  text-decoration: none;
19062
18995
  }
19063
18996
 
@@ -19098,6 +19031,7 @@ a.cc-link {
19098
19031
  display: inline;
19099
19032
  }
19100
19033
  .coursebook-program .tree > li .underline > a {
19034
+ -webkit-text-decoration: none;
19101
19035
  text-decoration: none;
19102
19036
  }
19103
19037
  .coursebook-program .tree > li > ul {
@@ -19146,8 +19080,7 @@ a.cc-link {
19146
19080
  }
19147
19081
  .taken a {
19148
19082
  color: white !important;
19149
- -webkit-text-decoration-color: #fff;
19150
- text-decoration-color: #fff;
19083
+ text-decoration-color: #fff;
19151
19084
  }
19152
19085
  .taken a:hover {
19153
19086
  font-weight: bold;
@@ -19311,18 +19244,13 @@ a.cc-link {
19311
19244
 
19312
19245
  .event-location a {
19313
19246
  color: #212121;
19314
- -webkit-text-decoration-line: underline !important;
19315
- text-decoration-line: underline !important;
19316
- -webkit-text-decoration-color: #ff0000;
19317
- text-decoration-color: #ff0000;
19318
- -webkit-transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
19319
- transition: color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
19247
+ text-decoration-line: underline !important;
19248
+ text-decoration-color: #ff0000;
19249
+ -webkit-transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
19320
19250
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
19321
- transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-text-decoration-color 0.2s ease-in-out;
19322
19251
  }
19323
19252
  .event-location a:hover, .event-location a:focus, .event-location a:active {
19324
- -webkit-text-decoration-color: #212121 !important;
19325
- text-decoration-color: #212121 !important;
19253
+ text-decoration-color: #212121 !important;
19326
19254
  }
19327
19255
  .event-location a:active {
19328
19256
  color: #ff0000;