You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/03/24 15:01:17 UTC

[isis] branch 2877_value.comps updated (f9f46f8 -> d1654b9)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch 2877_value.comps
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from f9f46f8  ISIS-2877: multi choice fixes
     add 62e87fc  ISIS-2877: css: entityUrlSource pointer fix
     add d1654b9  ISIS-2877: ui improvement: render disabled buttons outlined

No new revisions were added by this update.

Summary of changes:
 .../AdditionalLinksAsListInlinePanel.html          |  2 +-
 .../wicket/ui/pages/bootstrap-overrides-all-v2.css |  4 ++
 .../viewer/wicket/ui/util/BootstrapConstants.java  | 83 ++++++++++++++++++++++
 .../isis/viewer/wicket/ui/util/WktDecorators.java  | 19 +++--
 .../isis/viewer/wicket/ui/util/WktLinks.java       | 15 ++--
 5 files changed, 112 insertions(+), 11 deletions(-)
 create mode 100644 viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/util/BootstrapConstants.java