Remove unused browse-field style rules

This commit is contained in:
Andy Allan 2021-11-17 17:55:35 +00:00
parent 3bc20b6f21
commit 514ec41c58

View file

@ -807,27 +807,6 @@ tr.turn:hover {
border-bottom: none;
}
.browse-field {
margin-bottom: 10px;
h4 {
padding: 5px 0 5px 10px;
font-size: 12px;
border: 1px solid $grey;
border-radius: 4px 4px 0 0;
background-color: $offwhite;
}
p {
padding: 7px 10px;
font-size: 12px;
background-color: #FFF;
border: 1px solid $grey;
border-top: 0;
border-radius: 0 0 4px 4px;
}
}
.browse-tag-list {
background-color: $offwhite;
table-layout: fixed;