Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wth - Remove empty Sass selectors #984

Merged
merged 1 commit into from
Jul 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion app/assets/stylesheets/dashboard/layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ div.new_message_dialog.ui-dialog
background: url(/assets/dashboard/redbutton.png) no-repeat !important
span.ui-button-text
line-height: 18px
div.rsr_dialog.ui-dialog
div.report_date_range.ui-dialog
div.ui-dialog-titlebar
font-size: 1.1em
Expand Down
3 changes: 1 addition & 2 deletions app/assets/stylesheets/dashboard/services.sass
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
border-right: 1px solid #ccc
td.percent_30
width: 30%
td.highlight
.ctrc_services_information
tr
th
Expand All @@ -54,4 +53,4 @@
border-color: #fff

.no-border-right
border-right: none !important
border-right: none !important
1 change: 0 additions & 1 deletion app/assets/stylesheets/dashboard/study_level_charges.sass
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

.cwf_one_time_fee_service
table
border-collapse:collapse
width: 100%
td, th
padding: 15px 5px
Expand Down