Explorar o código

Normalize .fileOprBtnMobile class name

Rename CSS selector `.fileOprBtnMobile` to `.fileoprBtnMobile` across the file for consistent casing and selector usage. Also tidy up whitespace in the `p` selector. No functional styles changed aside from the selector name update.
Toby Chui hai 1 semana
pai
achega
38f173d4f8
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/web/SystemAO/file_system/file_explorer.css

+ 4 - 4
src/web/SystemAO/file_system/file_explorer.css

@@ -338,7 +338,7 @@ body.darkTheme .ui.icon.button{
 }
 
 /* Mobile interface */
-.fileOprBtnMobile{
+.fileoprBtnMobile{
     position: relative;
     width: 100%;
     background-color: none;
@@ -355,18 +355,18 @@ body.darkTheme .ui.icon.button{
     border-bottom: 1px solid var(--divider);
 }
 
-.fileOprBtnMobile:hover{
+.fileoprBtnMobile:hover{
     background-color: var(--popup_btn_hover) !important;
 }
 
-.fileOprBtnMobile .opricon{
+.fileoprBtnMobile .opricon{
     width: 30px;
     display: inline-block;
     vertical-align: middle;
     margin-right: 0.4em;
 }
 
-.fileOprBtnMobile  p{
+.fileoprBtnMobile p{
     display: inline-block;
     vertical-align: middle;
 }