Skip to content

Commit a2a6079

Browse files
authored
Merge pull request #24 from uptick/aidanlister-patch-1
Remove font overrides
2 parents e9ab85f + a41bf0d commit a2a6079

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/object-table.sass

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
$selection-colour: #337ab7
22
$cell-padding: 0.4rem
33
$border-colour: #ddd
4-
$main-font-size: 1rem
54

65
div.object-table-container
76
margin-bottom: 2em
87
table
98
width: 100%
109
border: none !important
1110
outline: none !important
12-
font-size: $main-font-size
1311
border-collapse: collapse
1412

1513
&.editing
@@ -70,10 +68,7 @@ div.object-table-container
7068
td.actions
7169
position: relative
7270
text-align: center
73-
font-size: $main-font-size
7471
cursor: pointer
75-
> span
76-
font-size: $main-font-size
7772
ul.actions
7873
overflow: hidden
7974
line-height: 1em
@@ -111,7 +106,6 @@ div.object-table-container
111106
div.object-table-container
112107
td.editor
113108
input
114-
font-size: $main-font-size
115109
box-shadow: none
116110
width: 100%
117111
padding: $cell-padding

0 commit comments

Comments
 (0)