Fix disabled controls, Fix disabled pagination

This commit is contained in:
Jeremy Thomas
2017-03-31 22:36:47 +01:00
parent 2c6aabcde7
commit f49f8d6a22
9 changed files with 21 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ html
min-width: 300px
overflow-x: hidden
overflow-y: scroll
text-rendering: $render-mode
text-rendering: $render-mode
article,
aside,
@@ -87,6 +87,7 @@ pre
white-space: pre
word-wrap: normal
code
+overflow-touch
background: none
color: inherit
display: block

View File

@@ -65,7 +65,9 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($black, 0.2)
&:active
box-shadow: $pagination-shadow-inset
&[disabled]
background: $pagination-disabled-background
background-color: $pagination-disabled-background
border-color: $pagination-border
box-shadow: none
color: $pagination-disabled
opacity: 0.5

View File

@@ -94,6 +94,7 @@ $input-radius: $radius !default
color: $input-hover
&[disabled]
color: $input-disabled
cursor: not-allowed
.radio
& + .radio