solomax commented on code in PR #174:
URL: https://github.com/apache/openmeetings/pull/174#discussion_r857239319
##########
openmeetings-web/src/main/webapp/css/raw-room.css:
##########
@@ -671,7 +671,10 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
right: 40px;
bottom: 40px;
padding: 5px;
- background-color: var(--bs-info);
+ border: 1px solid;
+ border-radius: 0.2rem;
+ background-color: white;
Review Comment:
Would this hardcode looks good in case for ex. this
https://bootswatch.com/darkly/ theme is selected?
Should we use some `--bs-` color variable here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]