Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Datepicker goofy Chrome character fix #1173

Merged
merged 1 commit into from
Mar 17, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixes #1135 - corrects the random appearance of the tbody:before char…
…acter by making it totally invisible
  • Loading branch information
kevinparkerson committed Mar 13, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 3168816eca1313f56b942c310ba5cfa9f88d40fe
8 changes: 5 additions & 3 deletions less/datepicker.less
Original file line number Diff line number Diff line change
@@ -21,9 +21,11 @@

/* for spacing */
tbody:before {
line-height:3px;
content:"\200C";
display:block;
color: transparent;
content: "\200C";
display: block;
line-height: 3px;
visibility: hidden;
}

td, th {