We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9ab85f + a41bf0d commit a2a6079Copy full SHA for a2a6079
1 file changed
src/object-table.sass
@@ -1,15 +1,13 @@
1
$selection-colour: #337ab7
2
$cell-padding: 0.4rem
3
$border-colour: #ddd
4
-$main-font-size: 1rem
5
6
div.object-table-container
7
margin-bottom: 2em
8
table
9
width: 100%
10
border: none !important
11
outline: none !important
12
- font-size: $main-font-size
13
border-collapse: collapse
14
15
&.editing
@@ -70,10 +68,7 @@ div.object-table-container
70
68
td.actions
71
69
position: relative
72
text-align: center
73
74
cursor: pointer
75
- > span
76
77
ul.actions
78
overflow: hidden
79
line-height: 1em
@@ -111,7 +106,6 @@ div.object-table-container
111
106
112
107
td.editor
113
108
input
114
115
109
box-shadow: none
116
110
117
padding: $cell-padding
0 commit comments