1414 margin-bottom : 10px ;
1515}
1616
17- @media screen and (min- width: 650px ) {
17+ @media screen and (width >= 650px ) {
1818 .navigation-topics ,
1919 .categories-list ,
2020 .tags-page ,
5050 display : block ;
5151 }
5252
53- @media screen and (max- width: 920px ) {
53+ @media screen and (width <= 920px ) {
5454 display : none ;
5555 }
5656 }
7474 " sidebar topic-list nav" ;
7575 }
7676
77- @media screen and (max- width: 920px ) {
77+ @media screen and (width <= 920px ) {
7878 @if $sidebar-alignment == " left" {
7979 grid-template-columns : 20% calc (80% - 1em );
8080 grid-template-areas :
@@ -337,7 +337,7 @@ body {
337337}
338338
339339.btn-default {
340- background : rgba (255 , 255 , 255 , 0.7 );
340+ background : rgb (255 , 255 , 255 , 0.7 );
341341 border : 1px solid $border-color ;
342342
343343 .discourse-no-touch & {
@@ -359,7 +359,7 @@ body {
359359 .topic-footer-main-buttons
360360 .topic-admin-menu-button-container {
361361 .btn {
362- background : rgba (255 , 255 , 255 , 0.7 );
362+ background : rgb (255 , 255 , 255 , 0.7 );
363363
364364 .discourse-no-touch & {
365365 & :hover {
@@ -370,7 +370,7 @@ body {
370370}
371371
372372.widget-button.btn.popup-menu-button.toggle-admin-menu.keyboard-target-admin-menu.no-text.btn-icon {
373- background : rgba (255 , 255 , 255 , 0.7 );
373+ background : rgb (255 , 255 , 255 , 0.7 );
374374
375375 .discourse-no-touch & {
376376 & :hover {
@@ -432,9 +432,9 @@ body {
432432.nav-pills > li > a :hover ,
433433.nav-pills > li .active > a ,
434434.nav-pills > li > a .active {
435- background : rgba (255 , 255 , 255 , 0.7 );
435+ background : rgb (255 , 255 , 255 , 0.7 );
436436 border-radius : 2px ;
437- border : 1px solid rgba (0 , 0 , 0 , 0.12 );
437+ border : 1px solid rgb (0 , 0 , 0 , 0.12 );
438438 color : #333 ;
439439}
440440
@@ -467,7 +467,7 @@ body {
467467
468468.d-header-icons .icon :hover ,
469469.d-header-icons .icon :focus {
470- background : rgba (255 , 255 , 255 , 0.7 );
470+ background : rgb (255 , 255 , 255 , 0.7 );
471471}
472472
473473.user-menu .quick-access-panel li :hover ,
@@ -496,7 +496,7 @@ body {
496496 position : sticky ;
497497 max-width : 310px ;
498498
499- @media screen and (max- width: 920px ) {
499+ @media screen and (width <= 920px ) {
500500 display : none ;
501501 }
502502
0 commit comments