From b12da23805ec3d89516979cf74a3600998efddfe Mon Sep 17 00:00:00 2001 From: tangshiqiang <1530234656@qq.com> Date: Thu, 25 Feb 2016 16:07:11 +0800 Subject: [PATCH] Add not-allow tip Add not-allow tip When the input is disabled --- bulma/elements/controls.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/bulma/elements/controls.sass b/bulma/elements/controls.sass index 27c5d5c0..b0c940d7 100644 --- a/bulma/elements/controls.sass +++ b/bulma/elements/controls.sass @@ -23,6 +23,7 @@ &:hover background: $background border-color: $control-border + cursor: not-allowed; +placeholder color: rgba($control, 0.3)