Mercurial > libervia-templates
changeset 254:8411a274448e
bulma (css): new `is-not-selectable` class
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 01 Aug 2020 17:01:31 +0200 |
parents | 7397d81dd633 |
children | c8eb86b49cb5 |
files | sat_templates/templates/bulma/static/styles.css |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css Sat Aug 01 17:01:27 2020 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Sat Aug 01 17:01:31 2020 +0200 @@ -104,6 +104,10 @@ * selections * **************/ +.is-not-selectable { + user-select: none; +} + .selected_for_deletion { outline: solid red 0.25rem; }