mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #1696
This commit is contained in:
parent
403b26696d
commit
291c437ab5
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Bulma Changelog
|
# Bulma Changelog
|
||||||
|
|
||||||
|
## 0.7.3
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
* #1978 Fix #1696. Force `box-sizing: border-box` on `details` element
|
||||||
|
|
||||||
|
### Deprecation
|
||||||
|
|
||||||
|
* `.control.has-icon` deprecated in favor of `.control.has-icons`
|
||||||
|
|
||||||
## 0.7.2
|
## 0.7.2
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
@ -544,45 +544,12 @@ $help-size: $size-small !default
|
|||||||
margin-right: 0.75rem
|
margin-right: 0.75rem
|
||||||
|
|
||||||
.control
|
.control
|
||||||
|
box-sizing: border-box
|
||||||
clear: both //fixes the icon floating out of the input when help text is floated right
|
clear: both //fixes the icon floating out of the input when help text is floated right
|
||||||
font-size: $size-normal
|
font-size: $size-normal
|
||||||
position: relative
|
position: relative
|
||||||
text-align: left
|
text-align: left
|
||||||
box-sizing: border-box
|
|
||||||
// Modifiers
|
// Modifiers
|
||||||
// DEPRECATED
|
|
||||||
&.has-icon
|
|
||||||
.icon
|
|
||||||
color: $input-icon-color
|
|
||||||
height: $input-height
|
|
||||||
pointer-events: none
|
|
||||||
position: absolute
|
|
||||||
top: 0
|
|
||||||
width: $input-height
|
|
||||||
z-index: 4
|
|
||||||
.input
|
|
||||||
&:focus
|
|
||||||
& + .icon
|
|
||||||
color: $input-icon-active-color
|
|
||||||
&.is-small
|
|
||||||
& + .icon
|
|
||||||
font-size: $size-small
|
|
||||||
&.is-medium
|
|
||||||
& + .icon
|
|
||||||
font-size: $size-medium
|
|
||||||
&.is-large
|
|
||||||
& + .icon
|
|
||||||
font-size: $size-large
|
|
||||||
&:not(.has-icon-right)
|
|
||||||
.icon
|
|
||||||
left: 0
|
|
||||||
.input
|
|
||||||
padding-left: $input-height
|
|
||||||
&.has-icon-right
|
|
||||||
.icon
|
|
||||||
right: 0
|
|
||||||
.input
|
|
||||||
padding-right: $input-height
|
|
||||||
&.has-icons-left,
|
&.has-icons-left,
|
||||||
&.has-icons-right
|
&.has-icons-right
|
||||||
.input,
|
.input,
|
||||||
|
Loading…
Reference in New Issue
Block a user