room block enhancements (#1203)

* highlight current room block

* fix duplicated ids

* remove inline js

* remove some trailing whitespaces

* Fixed Server Rooms room settings name

Co-authored-by: farhatahmad <ahmad.af.farhat@gmail.com>
Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
Klaus
2020-04-16 17:21:57 +02:00
committed by GitHub
parent 21cb768fc4
commit e7e0c7624c
8 changed files with 47 additions and 28 deletions

View File

@ -193,4 +193,10 @@ input:focus, select:focus {
&.selected {
@extend .btn-primary;
}
}
.room-block {
&.current {
box-shadow: 0 0 10px $primary-color-lighten;
}
}