This commit is contained in:
Jeremy Thomas
2017-07-29 18:43:53 +01:00
parent ff9536905d
commit 34c044e475
4 changed files with 15 additions and 1 deletions

View File

@@ -960,6 +960,10 @@ a.has-text-danger:hover, a.has-text-danger:focus {
border-radius: 0 !important;
}
.is-shadowless {
box-shadow: none !important;
}
.is-unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;