Created
October 25, 2018 05:27
-
-
Save sitch/b34340ba07e7455b48fde67943769485 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .editable-cell { | |
| position: relative; | |
| } | |
| .editable-cell-value-wrap { | |
| padding: 5px 12px; | |
| cursor: pointer; | |
| } | |
| .editable-row{ | |
| border: 1px solid transparent; | |
| } | |
| .editable-row:hover .editable-cell-value-wrap { | |
| border: 1px solid #d9d9d9; | |
| border-radius: 4px; | |
| padding: 4px 11px; | |
| } | |
| // .editable-row:nth-child(even) { | |
| // background-color: #f5f5f5; | |
| // } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment