diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2020-01-30 09:32:18 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-01-30 11:21:57 +0100 |
commit | 35281f4c9178f373609a61f0a44e268b179c5749 (patch) | |
tree | d3b931bddcb6084bd2e336de2c4a48343724b98e /help3xsl/default.css | |
parent | c4e6caecb8dd4a8b7f4f97b54eebc48a6987d1f8 (diff) |
tdf#127566: don't change divcopyable border width in onclick handler
Instead, define border width in respective CSS, to make it consistent
in both clicked and non-clicked states, and avoid "jumping" on click.
Change-Id: Ic8ab8d0fd586059e21de6aa866fef95226774acf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87718
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index eeaa160d12..fe70e4262d 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -296,6 +296,7 @@ h6 { .pycode, .bascode { + border: solid 5px transparent; margin-top: 15px; margin-bottom: 15px; } |