Skip to content
Snippets Groups Projects
Commit e70b3bf8 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed tests

Improve design


Former-commit-id: 3b88a41b
parent 8886107c
No related branches found
No related tags found
No related merge requests found
<template>
<div class="table-responsive">
<table
class="table">
class="table table-striped table-bordered xlsx-table">
<thead>
<tr>
<th></th>
Loading
Loading
@@ -16,7 +16,7 @@
v-for="(row, index) in sheet.rows"
:id="index + 1"
:class="{ hll: currentLineNumber === index + 1 }">
<td>
<td class="text-right">
<a
:href="linePath(index)"
@click="updateCurrentLineNumber(index)">
Loading
Loading
$hll-bg: #f8eec7;
.hll {
> td {
background-color: #f8eec7;
background-color: $hll-bg;
}
}
.xlsx-table {
border: 0;
> thead > tr > th {
&:first-of-type {
border-left: 0;
}
&:last-of-type {
border-right: 0;
}
}
> tbody > tr > td {
&:first-of-type {
background-color: $gray-light;
border-top: 0;
border-bottom: 0;
vertical-align: middle;
}
}
}
Loading
Loading
@@ -398,3 +398,15 @@
:why: https://github.com/remy/undefsafe/blob/master/LICENSE
:versions: []
:when: 2017-04-10 06:30:00.002555000 Z
- - :approve
- printj
- :who: Phil Hughes
:why: https://github.com/SheetJS/printj/blob/master/LICENSE
:versions: []
:when: 2017-04-11 15:04:29.316170000 Z
- - :approve
- voc
- :who: Phil Hughes
:why: https://github.com/SheetJS/voc/blob/master/LICENSE
:versions: []
:when: 2017-04-11 15:05:17.527393000 Z
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment