From 3db27d25c6ef9025087dc2ea2ab31094550c9213 Mon Sep 17 00:00:00 2001 From: Shlok Srivastava Date: Mon, 24 Apr 2017 04:36:40 +0000 Subject: [PATCH] remove cancel rating button --- app/assets/stylesheets/application.css | 1 + app/assets/stylesheets/osem-rating.css.scss | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 app/assets/stylesheets/osem-rating.css.scss diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 7fca341d..475171c6 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -17,4 +17,5 @@ *= require osem-navbar *= require selectize *= require selectize.bootstrap3 + *= require osem-rating */ diff --git a/app/assets/stylesheets/osem-rating.css.scss b/app/assets/stylesheets/osem-rating.css.scss new file mode 100644 index 00000000..6d914a91 --- /dev/null +++ b/app/assets/stylesheets/osem-rating.css.scss @@ -0,0 +1,3 @@ +img.raty-cancel { + display: none; +} \ No newline at end of file