mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Adjust active table styles to be a bit more generic
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
@include user-select(none)
|
||||
.active_table_row
|
||||
display: block
|
||||
cursor: pointer
|
||||
&:first-child
|
||||
cursor: pointer
|
||||
padding: 1rem 0
|
||||
|
||||
.active_table .active_table_node
|
||||
@@ -21,6 +21,11 @@
|
||||
|
||||
.active_table_row // Inherits from active_table
|
||||
border: 1px solid transparent
|
||||
|
||||
// Foundation overrides
|
||||
margin-left: 0
|
||||
margin-right: 0
|
||||
|
||||
&, & > a.row
|
||||
display: block
|
||||
|
||||
@@ -33,8 +38,6 @@
|
||||
border-left: 1px solid $dark-grey
|
||||
border-right: 1px solid $dark-grey
|
||||
border-bottom: none
|
||||
-webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5)
|
||||
box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5)
|
||||
background-color: rgba(0,0,0,0.15)
|
||||
&:hover, &:active, &:focus
|
||||
color: $dark-grey
|
||||
|
||||
Reference in New Issue
Block a user