Skip to content

Commit

Permalink
Upgrade Fomantic-UI to 2.9.4-beta.35 (#2176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek authored Feb 24, 2024
1 parent a513757 commit a2dc6b7
Show file tree
Hide file tree
Showing 6 changed files with 446 additions and 223 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
LOG_COVERAGE: "${{ fromJSON('{true: \"1\", false: \"\"}')[matrix.php == '8.3' && matrix.type == 'Phpunit' && (github.event_name == 'pull_request' || (github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')))] }}"
services:
mysql:
image: mysql:8
image: mysql
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=atk4_pass_root -e MYSQL_USER=atk4_test_user -e MYSQL_PASSWORD=atk4_pass -e MYSQL_DATABASE=atk4_test
mariadb:
image: mariadb:11.2
image: mariadb
options: --health-cmd="mariadb-admin ping" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=atk4_pass_root -e MYSQL_USER=atk4_test_user -e MYSQL_PASSWORD=atk4_pass -e MYSQL_DATABASE=atk4_test
postgres:
image: postgres:12-alpine
image: postgres
env:
POSTGRES_USER: atk4_test_user
POSTGRES_PASSWORD: atk4_pass
Expand All @@ -106,7 +106,7 @@ jobs:
ACCEPT_EULA: Y
SA_PASSWORD: atk4_pass
oracle:
image: gvenzl/oracle-xe:18-slim-faststart
image: gvenzl/oracle-free
env:
ORACLE_PASSWORD: atk4_pass
steps:
Expand Down Expand Up @@ -252,13 +252,13 @@ jobs:
LOG_COVERAGE: "${{ fromJSON('{true: \"1\", false: \"\"}')[matrix.php == '8.3' && matrix.type == 'Chrome' && (github.event_name == 'pull_request' || (github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master')))] }}"
services:
mysql:
image: mysql:8
image: mysql
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=atk4_pass_root -e MYSQL_USER=atk4_test_user -e MYSQL_PASSWORD=atk4_pass -e MYSQL_DATABASE=atk4_test
mariadb:
image: mariadb:11.2
image: mariadb
options: --health-cmd="mariadb-admin ping" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=atk4_pass_root -e MYSQL_USER=atk4_test_user -e MYSQL_PASSWORD=atk4_pass -e MYSQL_DATABASE=atk4_test
postgres:
image: postgres:12-alpine
image: postgres
env:
POSTGRES_USER: atk4_test_user
POSTGRES_PASSWORD: atk4_pass
Expand All @@ -270,7 +270,7 @@ jobs:
ACCEPT_EULA: Y
SA_PASSWORD: atk4_pass
oracle:
image: gvenzl/oracle-xe:18-slim-faststart
image: gvenzl/oracle-free
env:
ORACLE_PASSWORD: atk4_pass
steps:
Expand Down
42 changes: 32 additions & 10 deletions public/external/fomantic-ui/dist/semantic.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* # Fomantic UI - 2.9.4-beta.20+0224737
* # Fomantic UI - 2.9.4-beta.35+d05c619
* https://github.com/fomantic/Fomantic-UI
* https://fomantic-ui.com/
*
* Copyright 2023 Contributors
* Copyright 2024 Contributors
* Released under the MIT license
* https://opensource.org/licenses/MIT
*
Expand Down Expand Up @@ -1579,7 +1579,7 @@ input::selection {
border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.basic.vertical.buttons:not(.spaced) .button:first-child {
.ui.basic.vertical.buttons:not(.spaced):not(.circular) .button:first-child {
border-top: none;
}

Expand Down Expand Up @@ -1733,7 +1733,8 @@ input::selection {
Circular
--------------- */

.ui.circular.button {
.ui.ui.circular.buttons .button,
.ui.ui.ui.ui.circular.button {
border-radius: 10em;
}

Expand All @@ -1742,6 +1743,26 @@ input::selection {
vertical-align: baseline;
}

.ui.circular.buttons:not(.vertical) .button {
margin-right: 0.25em;
}

.ui.vertical.circular.buttons .button {
margin-bottom: 0.25em;
}

.ui.circular.basic.buttons {
border: none;
}

.ui.circular.basic.buttons .button {
border: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.circular.basic.buttons .button.basic {
border: none;
}

/* -------------------
Or Buttons
-------------------- */
Expand Down Expand Up @@ -28734,6 +28755,7 @@ span.ui.massive.text {
.ui.form .inverted.segment label,
.ui.form .inverted.segment .ui.checkbox label,
.ui.inverted.form .ui.checkbox label,
.ui.inverted.form .grouped.fields > label,
.ui.inverted.form .inline.fields > label,
.ui.inverted.form .inline.fields .field > label,
.ui.inverted.form .inline.fields .field > p,
Expand Down Expand Up @@ -34716,18 +34738,18 @@ Floated Menu / Item
border-left: none;
}

.ui.table > tfoot > tr:first-child > th:first-child,
.ui.table > tfoot > tr:first-child > td:first-child {
.ui.table > tfoot > tr:last-child > th:first-child,
.ui.table > tfoot > tr:last-child > td:first-child {
border-radius: 0 0 0 0.28571429rem;
}

.ui.table > tfoot > tr:first-child > th:last-child,
.ui.table > tfoot > tr:first-child > td:last-child {
.ui.table > tfoot > tr:last-child > th:last-child,
.ui.table > tfoot > tr:last-child > td:last-child {
border-radius: 0 0 0.28571429rem 0;
}

.ui.table > tfoot > tr:first-child > th:only-child,
.ui.table > tfoot > tr:first-child > td:only-child {
.ui.table > tfoot > tr:last-child > th:only-child,
.ui.table > tfoot > tr:last-child > td:only-child {
border-radius: 0 0 0.28571429rem 0.28571429rem;
}

Expand Down
Loading

0 comments on commit a2dc6b7

Please sign in to comment.