mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix disabled controls, Fix disabled pagination
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -94,6 +94,7 @@ $input-radius: $radius !default
|
||||
color: $input-hover
|
||||
&[disabled]
|
||||
color: $input-disabled
|
||||
cursor: not-allowed
|
||||
|
||||
.radio
|
||||
& + .radio
|
||||
|
||||
Reference in New Issue
Block a user