You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by hi...@apache.org on 2022/02/17 09:08:01 UTC

[royale-asjs] branch develop updated: Small fix in the general style definition for ::after and ::before in Jewel's general defaults.css file.

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

hiedra pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new d116f4b  Small fix in the general style definition for ::after and ::before in Jewel's general defaults.css file.
d116f4b is described below

commit d116f4b368924b44dfc3b01092b31e880b1ea6aa
Author: Maria José Esteve <hi...@local.iest.com>
AuthorDate: Thu Feb 17 10:07:46 2022 +0100

    Small fix in the general style definition for ::after and ::before in Jewel's general defaults.css file.
---
 frameworks/projects/Jewel/src/main/resources/defaults.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 7ceefa6..25eaea0 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -16,7 +16,7 @@
  */
 @namespace j "library://ns.apache.org/royale/jewel";
 @namespace "http://www.w3.org/1999/xhtml";
-*, :after, :before {
+*, ::after, ::before {
   box-sizing: border-box; }
 
 html, body {