Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Remove single character from "public/modules/core/css/core.scss" #3

Open
livegnik opened this issue Nov 22, 2015 · 0 comments
Open

Comments

@livegnik
Copy link

There seems to be an error in file 'public/modules/core/css/core.scss' @ line 1380.

Original code:
#connections .table {
&table, thead, tbody, th, td, tr {

Remove the "&" before "table":

New proposed code:
#connections .table {
table, thead, tbody, th, td, tr {

Hat-tip to Hisham Fahmy for reporting this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant