diff options
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r-- | paper/bootswatch.less | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less index 25d6c0dc..232032ac 100644 --- a/paper/bootswatch.less +++ b/paper/bootswatch.less @@ -212,6 +212,7 @@ input[type="radio"], background-color: transparent; -webkit-appearance: none; appearance: none; + cursor: pointer; &:focus { outline: none; @@ -226,7 +227,6 @@ input[type="radio"], margin-top: -3px; border-radius: 50%; .transition(240ms); - cursor: pointer; } &:before { @@ -266,18 +266,14 @@ input[type="checkbox"], border: none; -webkit-appearance: none; appearance: none; + cursor: pointer; &:focus { outline: none; } - &:before, &:after { content: ""; - cursor: pointer; - } - - &:after { display: block; width: 18px; height: 18px; @@ -289,6 +285,7 @@ input[type="checkbox"], } &:checked:before { + content: ""; position: absolute; top: 0; left: 6px; |