Corrections issues 121 à 124

- mise en commentaire des sauts de page print avant un h1
- correction d'anomalie sur les input (user-select: none)
- correction d'erreur de compilation Sass
This commit is contained in:
raphaelgoettter 2015-04-17 11:12:02 +02:00
parent 490f9f328e
commit aa951801fe
9 changed files with 36 additions and 29 deletions

View file

@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.1.5 (2015-04-14) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.1.6 (2015-04-17) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/

View file

@ -75,7 +75,7 @@ textarea:-moz-placeholder {
}
.btn:focus,
input:focus,
input[type="button"]:focus,
button:focus {
outline: 0;
-webkit-tap-highlight-color: transparent;
@ -99,8 +99,8 @@ button:focus {
border-radius: 0;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-moz-appearance: none;
appearance: none;
&:focus {
box-shadow: none;

View file

@ -60,11 +60,12 @@
page-break-inside: avoid;
}
/* page break before main headers */
/* page break before main headers
h1,
.h1-like {
page-break-before: always;
}
*/
/* no breaks after these elements */
h1,