Removing border from first tr tds in more modal

Этот коммит содержится в:
Asaad Mahmood
2015-09-10 23:36:10 +05:00
родитель 1440c95381
Коммит 72b9c3d7f6

Просмотреть файл

@@ -140,6 +140,11 @@
&:hover td {
background: #f7f7f7;
}
&:first-child {
td {
border: none;
}
}
td {
width: 100%;
white-space: nowrap;