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

carlosrovira 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 e3603f5  removes ugly focus inner dotted line specific to Firefox for 
all controls
e3603f5 is described below

commit e3603f5d71fa47b210c458c197f9e88a55d18afb
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Mon Apr 9 17:34:38 2018 +0200

    removes ugly focus inner dotted line specific to Firefox for all controls
---
 frameworks/themes/JewelTheme/src/main/resources/defaults.css | 4 ++++
 frameworks/themes/JewelTheme/src/main/sass/_global.sass      | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/frameworks/themes/JewelTheme/src/main/resources/defaults.css 
b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
index 6bb72b8..0443b99 100644
--- a/frameworks/themes/JewelTheme/src/main/resources/defaults.css
+++ b/frameworks/themes/JewelTheme/src/main/resources/defaults.css
@@ -56,6 +56,10 @@ div {
   padding: 20px;
 }
 
+::-moz-focus-inner {
+  border: 0;
+}
+
 .jewel.alert {
   display: block;
   position: fixed;
diff --git a/frameworks/themes/JewelTheme/src/main/sass/_global.sass 
b/frameworks/themes/JewelTheme/src/main/sass/_global.sass
index 27c03d4..925d9d8 100644
--- a/frameworks/themes/JewelTheme/src/main/sass/_global.sass
+++ b/frameworks/themes/JewelTheme/src/main/sass/_global.sass
@@ -59,3 +59,8 @@ div
        border-radius: 10px
        padding: 20px
 
+
+// Firefox
+// remove dotted outline
+::-moz-focus-inner
+       border: 0
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
carlosrov...@apache.org.

Reply via email to