Add hover state to discourse bubbles
authorChloe Laisne <chloe.laisne@gmail.com>
Sun, 02 Oct 2016 15:27:15 +0200
changeset 312 cd62bbf96322
parent 311 f4327199e8f0
child 313 706f10bcdc3c
Add hover state to discourse bubbles
cms/app-client/app/styles/components/discourses-component.scss
--- a/cms/app-client/app/styles/components/discourses-component.scss	Sun Oct 02 15:24:56 2016 +0200
+++ b/cms/app-client/app/styles/components/discourses-component.scss	Sun Oct 02 15:27:15 2016 +0200
@@ -21,6 +21,7 @@
 	border-radius: 100%;
 	border-width: 1px;
 	border-style: solid;
+	cursor: pointer;
 }
 
 .discourses-component .item::before {
@@ -31,6 +32,7 @@
 	position: absolute;
 }
 
+.discourses-component .item:hover,
 .discourses-component .item.selected {
 	color: $light-blue;
 	background-color: $medium-blue!important;