version 4.3.5
This commit is contained in:
parent
ce396d6ada
commit
1ef2f8f6e9
11 changed files with 24 additions and 22 deletions
|
@ -47,10 +47,6 @@ html {
|
|||
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
|
||||
/* thanks to @guardian, @victorbritopro and @eQRoeil */
|
||||
font-size: calc(1em * 0.625);
|
||||
|
||||
/* disallow text zooming on orientation change (non standard property) */
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-ms-text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
@ -81,7 +81,6 @@ textarea:-moz-placeholder {
|
|||
.#{$kna-namespace}btn:focus,
|
||||
input[type="button"]:focus,
|
||||
button:focus {
|
||||
outline: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
|
|
@ -37,6 +37,9 @@
|
|||
word-wrap: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
a {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
/* Google Gmap3 bug fix on images */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue