Skip to content

Commit

Permalink
fixed: number inputs in Grid theme not printing,
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Apr 5, 2016
1 parent 733161a commit 841a800
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

[Unreleased]
---------------------

##### Fixed
- Number inputs in Grid Theme not printing

[4.5.13] - 2016-04-01
---------------------
##### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/sass/grid/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $printBaseFontSize: 10px;
display: none;
}
&:not(.or-appearance-maps) input {
&[type=number], &[type=date], &[type=time], &[type=datetime] {
&[type=date], &[type=time], &[type=datetime] {
opacity: 0.7;
display: block !important;
visibility: hidden;
Expand Down

0 comments on commit 841a800

Please sign in to comment.