Mercurial > hg > ugly-duckling
changeset 416:2dbe167a95fd
CSS fix for avoiding text selection, mainly for when zooming on desktop.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 06 Jun 2017 10:47:13 +0100 |
parents | 95d1f10129a3 |
children | 1e794ba59d40 |
files | src/app/analysis-item/analysis-item.component.css |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/app/analysis-item/analysis-item.component.css Mon Jun 05 14:56:58 2017 +0100 +++ b/src/app/analysis-item/analysis-item.component.css Tue Jun 06 10:47:13 2017 +0100 @@ -3,6 +3,7 @@ padding-right: 0; width: 100%; padding-bottom: 0; + user-select: none; } md-card-actions { @@ -24,3 +25,4 @@ height: 160px; width: 100%; } +