@northdata/fomantic-ui 2.9.422 → 2.9.424

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.
@@ -1131,6 +1131,20 @@ input::selection {
1131
1131
  vertical-align: baseline;
1132
1132
  }
1133
1133
 
1134
+ /* -------------------
1135
+ Fluid
1136
+ -------------------- */
1137
+
1138
+ .ui.fluid.button {
1139
+ width: 100%;
1140
+ }
1141
+
1142
+ .ui.fluid.button {
1143
+ display: block;
1144
+ }
1145
+
1146
+ /* Fluid Vertical Buttons */
1147
+
1134
1148
  /* -------------------
1135
1149
  Colors
1136
1150
  -------------------- */
@@ -3894,6 +3908,10 @@ i.icon.hand.pointer::before {
3894
3908
  content: "\f25a";
3895
3909
  }
3896
3910
 
3911
+ i.icon.hashtag::before {
3912
+ content: "\f292";
3913
+ }
3914
+
3897
3915
  i.icon.heartbeat::before {
3898
3916
  content: "\f21e";
3899
3917
  }
@@ -4038,6 +4056,10 @@ i.icon.pencil.ruler::before {
4038
4056
  content: "\f5ae";
4039
4057
  }
4040
4058
 
4059
+ i.icon.percentage::before {
4060
+ content: "\f541";
4061
+ }
4062
+
4041
4063
  i.icon.photo.video::before {
4042
4064
  content: "\f87c";
4043
4065
  }
@@ -4174,6 +4196,14 @@ i.icon.tachometer.alternate::before {
4174
4196
  content: "\f3fd";
4175
4197
  }
4176
4198
 
4199
+ i.icon.tag::before {
4200
+ content: "\f02b";
4201
+ }
4202
+
4203
+ i.icon.tags::before {
4204
+ content: "\f02c";
4205
+ }
4206
+
4177
4207
  i.icon.th.list::before {
4178
4208
  content: "\f00b";
4179
4209
  }
@@ -4878,6 +4908,16 @@ i.icon.google.plus.square::before {
4878
4908
  font-family: "brand-icons";
4879
4909
  }
4880
4910
 
4911
+ i.icon.instagram::before {
4912
+ content: "\f16d";
4913
+ font-family: "brand-icons";
4914
+ }
4915
+
4916
+ i.icon.instagram.square::before {
4917
+ content: "\e055";
4918
+ font-family: "brand-icons";
4919
+ }
4920
+
4881
4921
  i.icon.kickstarter::before {
4882
4922
  content: "\f3bb";
4883
4923
  font-family: "brand-icons";
@@ -15528,6 +15568,14 @@ Floated Menu / Item
15528
15568
  border-right: 1px solid rgba(34, 36, 38, 0.15);
15529
15569
  }
15530
15570
 
15571
+ .ui.structured.basic.table > tr > th,
15572
+ .ui.structured.basic.table > thead > tr > th,
15573
+ .ui.structured.basic.table > tbody > tr > th,
15574
+ .ui.structured.basic.table > tfoot > tr > th {
15575
+ border-left: none;
15576
+ border-right: none;
15577
+ }
15578
+
15531
15579
  .ui.structured.celled.table > tr > th,
15532
15580
  .ui.structured.celled.table > thead > tr > th,
15533
15581
  .ui.structured.celled.table > tbody > tr > th,
@@ -16494,7 +16542,7 @@ Floated Menu / Item
16494
16542
  color: rgba(0, 0, 0, 0.8);
16495
16543
  }
16496
16544
 
16497
- .ui.sortable.table > thead > tr > th:hover {
16545
+ .ui.sortable.table:not(.basic) > thead > tr > th:hover {
16498
16546
  background: rgba(0, 0, 0, 0.05);
16499
16547
  }
16500
16548
 
@@ -16504,7 +16552,7 @@ Floated Menu / Item
16504
16552
  color: rgba(0, 0, 0, 0.95);
16505
16553
  }
16506
16554
 
16507
- .ui.sortable.table thead th.sorted {
16555
+ .ui.sortable.table:not(.basic) thead th.sorted {
16508
16556
  background: rgba(0, 0, 0, 0.05);
16509
16557
  }
16510
16558
 
@@ -16518,7 +16566,7 @@ Floated Menu / Item
16518
16566
  color: rgba(0, 0, 0, 0.95);
16519
16567
  }
16520
16568
 
16521
- .ui.sortable.table thead th.sorted:hover {
16569
+ .ui.sortable.table:not(.basic) thead th.sorted:hover {
16522
16570
  background: rgba(0, 0, 0, 0.05);
16523
16571
  }
16524
16572
 
@@ -16530,6 +16578,43 @@ Floated Menu / Item
16530
16578
  width: auto;
16531
16579
  }
16532
16580
 
16581
+ /* --------------
16582
+ Basic
16583
+ --------------- */
16584
+
16585
+ .ui.basic.table {
16586
+ background: transparent;
16587
+ border: 1px solid rgba(34, 36, 38, 0.15);
16588
+ box-shadow: none;
16589
+ }
16590
+
16591
+ .ui.basic.table > thead,
16592
+ .ui.basic.table > tfoot {
16593
+ box-shadow: none;
16594
+ }
16595
+
16596
+ .ui.basic.table > thead > tr > th,
16597
+ .ui.basic.table > tbody > tr > th,
16598
+ .ui.basic.table > tfoot > tr > th,
16599
+ .ui.basic.table > tr > th {
16600
+ background: transparent;
16601
+ border-left: none;
16602
+ }
16603
+
16604
+ .ui.basic.table > tbody > tr {
16605
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
16606
+ }
16607
+
16608
+ .ui.basic.table > tbody > tr > td,
16609
+ .ui.basic.table > tfoot > tr > td,
16610
+ .ui.basic.table > tr > td {
16611
+ background: transparent;
16612
+ }
16613
+
16614
+ .ui.basic.striped.table > tbody > tr:nth-child(2n) {
16615
+ background-color: rgba(0, 0, 0, 0.05);
16616
+ }
16617
+
16533
16618
  /* --------------
16534
16619
  Celled
16535
16620
  --------------- */
@@ -16608,6 +16693,11 @@ Floated Menu / Item
16608
16693
  background: #f9fafb;
16609
16694
  }
16610
16695
 
16696
+ .ui.stuck.table.basic > thead > tr,
16697
+ .ui.stuck.table.basic > tfoot > tr {
16698
+ background: #fff;
16699
+ }
16700
+
16611
16701
  .ui.head.stuck.table > thead,
16612
16702
  .ui.foot.stuck.table > tfoot {
16613
16703
  position: sticky;
@@ -19789,8 +19879,8 @@ a.ui.secondary.card:hover,
19789
19879
  .ui.disabled.checkbox label,
19790
19880
  .ui.checkbox input[disabled] ~ label {
19791
19881
  cursor: default;
19792
- opacity: 0.5;
19793
- color: #000000;
19882
+ opacity: 1;
19883
+ color: rgba(0, 0, 0, 0.5) !important;
19794
19884
  pointer-events: none;
19795
19885
  }
19796
19886
 
@@ -19963,7 +20053,7 @@ a.ui.secondary.card:hover,
19963
20053
 
19964
20054
  .ui.invisible.checkbox input:not(:checked)[disabled] + label.image,
19965
20055
  .disabled.ui.invisible.checkbox input:not(:checked) + label.image {
19966
- opacity: 0.25;
20056
+ opacity: 0.5;
19967
20057
  }
19968
20058
 
19969
20059
  /* --------------------
@@ -20119,6 +20209,16 @@ a.ui.secondary.card:hover,
20119
20209
  /*******************************
20120
20210
  Site Overrides
20121
20211
  *******************************/
20212
+
20213
+ .ui.disabled.checkbox label::before,
20214
+ .ui.checkbox input[disabled] ~ label::before {
20215
+ opacity: 0.5;
20216
+ }
20217
+
20218
+ .ui.disabled.checkbox input,
20219
+ .ui.checkbox input[disabled] {
20220
+ pointer-events: none;
20221
+ }
20122
20222
  /*!
20123
20223
  * # Fomantic-UI 2.9.4 - Dimmer
20124
20224
  * https://github.com/fomantic/Fomantic-UI/
@@ -22610,7 +22710,7 @@ select.ui.dropdown {
22610
22710
  text-align: right;
22611
22711
  }
22612
22712
 
22613
- .ui.modal .actions > .button {
22713
+ .ui.modal .actions > .button:not(.fluid) {
22614
22714
  margin-left: 0.75em;
22615
22715
  }
22616
22716
 
@@ -22623,7 +22723,7 @@ select.ui.dropdown {
22623
22723
  text-align: left;
22624
22724
  }
22625
22725
 
22626
- .ui.modal > .left.actions > .button {
22726
+ .ui.modal > .left.actions > .button:not(.fluid) {
22627
22727
  margin-left: 0.5em;
22628
22728
  margin-right: 0.5em;
22629
22729
  }
@@ -22633,7 +22733,7 @@ select.ui.dropdown {
22633
22733
  text-align: center;
22634
22734
  }
22635
22735
 
22636
- .ui.modal > .center.aligned.actions > .button {
22736
+ .ui.modal > .center.aligned.actions > .button:not(.fluid) {
22637
22737
  margin-left: 0.5em;
22638
22738
  margin-right: 0.5em;
22639
22739
  }
@@ -1291,6 +1291,19 @@ input::selection {
1291
1291
  border: none;
1292
1292
  }
1293
1293
 
1294
+ /* -------------------
1295
+ Fluid
1296
+ -------------------- */
1297
+
1298
+ .ui.fluid.buttons,
1299
+ .ui.fluid.button {
1300
+ width: 100%;
1301
+ }
1302
+
1303
+ .ui.fluid.button {
1304
+ display: block;
1305
+ }
1306
+
1294
1307
  .ui.two.buttons {
1295
1308
  width: 100%;
1296
1309
  }
@@ -1379,6 +1392,15 @@ input::selection {
1379
1392
  width: 8.3333%;
1380
1393
  }
1381
1394
 
1395
+ /* Fluid Vertical Buttons */
1396
+
1397
+ .ui.fluid.vertical.buttons,
1398
+ .ui.fluid.vertical.buttons > .button {
1399
+ display: flex;
1400
+ width: auto;
1401
+ justify-content: center;
1402
+ }
1403
+
1382
1404
  .ui.two.vertical.buttons > .button {
1383
1405
  height: 50%;
1384
1406
  }
@@ -24241,6 +24263,14 @@ Floated Menu / Item
24241
24263
  border-right: 1px solid rgba(34, 36, 38, 0.15);
24242
24264
  }
24243
24265
 
24266
+ .ui.structured.basic.table > tr > th,
24267
+ .ui.structured.basic.table > thead > tr > th,
24268
+ .ui.structured.basic.table > tbody > tr > th,
24269
+ .ui.structured.basic.table > tfoot > tr > th {
24270
+ border-left: none;
24271
+ border-right: none;
24272
+ }
24273
+
24244
24274
  .ui.structured.celled.table > tr > th,
24245
24275
  .ui.structured.celled.table > thead > tr > th,
24246
24276
  .ui.structured.celled.table > tbody > tr > th,
@@ -25234,7 +25264,7 @@ Floated Menu / Item
25234
25264
  color: rgba(0, 0, 0, 0.8);
25235
25265
  }
25236
25266
 
25237
- .ui.sortable.table > thead > tr > th:hover {
25267
+ .ui.sortable.table:not(.basic) > thead > tr > th:hover {
25238
25268
  background: rgba(0, 0, 0, 0.05);
25239
25269
  }
25240
25270
 
@@ -25244,7 +25274,7 @@ Floated Menu / Item
25244
25274
  color: rgba(0, 0, 0, 0.95);
25245
25275
  }
25246
25276
 
25247
- .ui.sortable.table thead th.sorted {
25277
+ .ui.sortable.table:not(.basic) thead th.sorted {
25248
25278
  background: rgba(0, 0, 0, 0.05);
25249
25279
  }
25250
25280
 
@@ -25258,7 +25288,7 @@ Floated Menu / Item
25258
25288
  color: rgba(0, 0, 0, 0.95);
25259
25289
  }
25260
25290
 
25261
- .ui.sortable.table thead th.sorted:hover {
25291
+ .ui.sortable.table:not(.basic) thead th.sorted:hover {
25262
25292
  background: rgba(0, 0, 0, 0.05);
25263
25293
  }
25264
25294
 
@@ -25270,6 +25300,43 @@ Floated Menu / Item
25270
25300
  width: auto;
25271
25301
  }
25272
25302
 
25303
+ /* --------------
25304
+ Basic
25305
+ --------------- */
25306
+
25307
+ .ui.basic.table {
25308
+ background: transparent;
25309
+ border: 1px solid rgba(34, 36, 38, 0.15);
25310
+ box-shadow: none;
25311
+ }
25312
+
25313
+ .ui.basic.table > thead,
25314
+ .ui.basic.table > tfoot {
25315
+ box-shadow: none;
25316
+ }
25317
+
25318
+ .ui.basic.table > thead > tr > th,
25319
+ .ui.basic.table > tbody > tr > th,
25320
+ .ui.basic.table > tfoot > tr > th,
25321
+ .ui.basic.table > tr > th {
25322
+ background: transparent;
25323
+ border-left: none;
25324
+ }
25325
+
25326
+ .ui.basic.table > tbody > tr {
25327
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
25328
+ }
25329
+
25330
+ .ui.basic.table > tbody > tr > td,
25331
+ .ui.basic.table > tfoot > tr > td,
25332
+ .ui.basic.table > tr > td {
25333
+ background: transparent;
25334
+ }
25335
+
25336
+ .ui.basic.striped.table > tbody > tr:nth-child(2n) {
25337
+ background-color: rgba(0, 0, 0, 0.05);
25338
+ }
25339
+
25273
25340
  /* --------------
25274
25341
  Celled
25275
25342
  --------------- */
@@ -25348,6 +25415,11 @@ Floated Menu / Item
25348
25415
  background: #f9fafb;
25349
25416
  }
25350
25417
 
25418
+ .ui.stuck.table.basic > thead > tr,
25419
+ .ui.stuck.table.basic > tfoot > tr {
25420
+ background: #fff;
25421
+ }
25422
+
25351
25423
  .ui.head.stuck.table > thead,
25352
25424
  .ui.foot.stuck.table > tfoot {
25353
25425
  position: sticky;
@@ -28701,8 +28773,8 @@ a.ui.secondary.card:hover,
28701
28773
  .ui.disabled.checkbox label,
28702
28774
  .ui.checkbox input[disabled] ~ label {
28703
28775
  cursor: default;
28704
- opacity: 0.5;
28705
- color: #000000;
28776
+ opacity: 1;
28777
+ color: rgba(0, 0, 0, 0.5) !important;
28706
28778
  pointer-events: none;
28707
28779
  }
28708
28780
 
@@ -28875,7 +28947,7 @@ a.ui.secondary.card:hover,
28875
28947
 
28876
28948
  .ui.invisible.checkbox input:not(:checked)[disabled] + label.image,
28877
28949
  .disabled.ui.invisible.checkbox input:not(:checked) + label.image {
28878
- opacity: 0.25;
28950
+ opacity: 0.5;
28879
28951
  }
28880
28952
 
28881
28953
  /* --------------------
@@ -29031,6 +29103,16 @@ a.ui.secondary.card:hover,
29031
29103
  /*******************************
29032
29104
  Site Overrides
29033
29105
  *******************************/
29106
+
29107
+ .ui.disabled.checkbox label::before,
29108
+ .ui.checkbox input[disabled] ~ label::before {
29109
+ opacity: 0.5;
29110
+ }
29111
+
29112
+ .ui.disabled.checkbox input,
29113
+ .ui.checkbox input[disabled] {
29114
+ pointer-events: none;
29115
+ }
29034
29116
  /*!
29035
29117
  * # Fomantic-UI 2.9.4 - Dimmer
29036
29118
  * https://github.com/fomantic/Fomantic-UI/
@@ -31527,7 +31609,7 @@ select.ui.dropdown {
31527
31609
  text-align: right;
31528
31610
  }
31529
31611
 
31530
- .ui.modal .actions > .button {
31612
+ .ui.modal .actions > .button:not(.fluid) {
31531
31613
  margin-left: 0.75em;
31532
31614
  }
31533
31615
 
@@ -31540,7 +31622,7 @@ select.ui.dropdown {
31540
31622
  text-align: left;
31541
31623
  }
31542
31624
 
31543
- .ui.modal > .left.actions > .button {
31625
+ .ui.modal > .left.actions > .button:not(.fluid) {
31544
31626
  margin-left: 0.5em;
31545
31627
  margin-right: 0.5em;
31546
31628
  }
@@ -31550,8 +31632,8 @@ select.ui.dropdown {
31550
31632
  text-align: center;
31551
31633
  }
31552
31634
 
31553
- .ui.modal > .centered.actions > .button,
31554
- .ui.modal > .center.aligned.actions > .button {
31635
+ .ui.modal > .centered.actions > .button:not(.fluid),
31636
+ .ui.modal > .center.aligned.actions > .button:not(.fluid) {
31555
31637
  margin-left: 0.5em;
31556
31638
  margin-right: 0.5em;
31557
31639
  }
@@ -42540,8 +42540,8 @@ a.inverted.ui.card:hover,
42540
42540
  .ui.disabled.checkbox label,
42541
42541
  .ui.checkbox input[disabled] ~ label {
42542
42542
  cursor: default;
42543
- opacity: 0.5;
42544
- color: #000000;
42543
+ opacity: 1;
42544
+ color: rgba(0, 0, 0, 0.5) !important;
42545
42545
  pointer-events: none;
42546
42546
  }
42547
42547
 
@@ -43042,7 +43042,7 @@ a.inverted.ui.card:hover,
43042
43042
 
43043
43043
  .ui.invisible.checkbox input:not(:checked)[disabled] + label.image,
43044
43044
  .disabled.ui.invisible.checkbox input:not(:checked) + label.image {
43045
- opacity: 0.25;
43045
+ opacity: 0.5;
43046
43046
  }
43047
43047
 
43048
43048
  /* --------------------
@@ -43198,6 +43198,16 @@ a.inverted.ui.card:hover,
43198
43198
  /*******************************
43199
43199
  Site Overrides
43200
43200
  *******************************/
43201
+
43202
+ .ui.disabled.checkbox label::before,
43203
+ .ui.checkbox input[disabled] ~ label::before {
43204
+ opacity: 0.5;
43205
+ }
43206
+
43207
+ .ui.disabled.checkbox input,
43208
+ .ui.checkbox input[disabled] {
43209
+ pointer-events: none;
43210
+ }
43201
43211
  /*!
43202
43212
  * # Fomantic-UI 2.9.4 - Dimmer
43203
43213
  * https://github.com/fomantic/Fomantic-UI/