forked from External/greenlight
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:
@ -193,4 +193,10 @@ input:focus, select:focus {
|
||||
&.selected {
|
||||
@extend .btn-primary;
|
||||
}
|
||||
}
|
||||
|
||||
.room-block {
|
||||
&.current {
|
||||
box-shadow: 0 0 10px $primary-color-lighten;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user