Yuki Takei 5 лет назад
Родитель
Сommit
33d3bf1ddb

+ 0 - 2
src/client/styles/scss/_editor-attachment.scss

@@ -108,8 +108,6 @@
     border: none;
     border-top: 1px dotted #ccc;
     border-bottom: none;
-    // TODO: remove or set value for GW-2531
-    // border-radius: 0;
 
     &:active {
       box-shadow: none;

+ 0 - 21
src/client/styles/scss/_layout.scss

@@ -34,26 +34,6 @@
   margin-top: 1rem;
 }
 
-.layout-control {
-  position: fixed;
-  right: 25%;
-  bottom: 25px;
-  z-index: 1;
-  display: block;
-  padding: 5px 8px;
-  font-size: 0.8em;
-  text-align: center;
-  border: solid 1px #ccc;
-  border-right: none;
-  // border-radius: 5px 0 0 5px;
-  transition: 0.3s ease;
-
-  &:hover {
-    text-decoration: none;
-    cursor: pointer;
-  }
-}
-
 .revision-toc {
   // to get on the Attachment row
   z-index: 1;
@@ -112,7 +92,6 @@
       margin-bottom: 20px;
       font-size: 0.9em;
       border: solid 1px #aaa;
-      // border-radius: 5px;
 
       .revision-toc-head {
         display: inline-block;

+ 6 - 21
src/client/styles/scss/_override-bootstrap-variables.scss

@@ -34,17 +34,13 @@ $border-radius-xl:            .35rem;
 
 //== Forms
 //
-// TODO: remove or set value for GW-2531
-// $input-border-radius: 0;
-// $input-border-radius-lg: 0;
-// $input-border-radius-sm: 0;
+$input-border-radius: $border-radius-sm;
+$input-border-radius-sm: $border-radius-sm;
+$input-border-radius-lg: $border-radius;
 
 //== Navs
-
 $nav-link-padding-y: 0.75rem;
 $nav-link-padding-x: 1rem;
-// TODO: remove or set value for GW-2531
-// $nav-tabs-border-radius: 0;
 
 //== Navbar
 $navbar-padding-y: 0;
@@ -52,30 +48,20 @@ $navbar-brand-padding-y: 0;
 $navbar-nav-link-padding-x: 1rem;
 
 //== Dropdowns
-// TODO: remove or set value for GW-2531
-// $dropdown-border-radius: 0;
+$dropdown-border-radius: $border-radius-sm;
 
 //== card
-// TODO: remove or set value for GW-2531
-// $card-border-radius: 0;
 $card-spacer-y: 7px;
 $card-spacer-x: 15px;
 
 //== Modals
 $modal-content-border-width: 0;
-// TODO: remove or set value for GW-2531
-// $modal-content-border-radius: 0;
 $modal-header-padding-y: 0.75rem;
 $modal-header-padding-x: 1rem;
 
-//== Alerts
-// TODO: remove or set value for GW-2531
-// $alert-border-radius: 0;
-
 //== Progress bar
 $progress-height: 4px;
-// TODO: remove or set value for GW-2531
-// $progress-border-radius: 0;
+$progress-border-radius: $border-radius-sm;
 $progress-bg: #f0f0f0;
 $progress-box-shadow: none;
 
@@ -83,7 +69,6 @@ $progress-box-shadow: none;
 $pre-color: dummyinvalildcolor; // disable pre color specification with invalid value
 
 //== Custom Checkbox
-// TODO: remove or set value for GW-2531
-// $custom-checkbox-indicator-border-radius: 0px;
+$custom-checkbox-indicator-border-radius: 0px;
 $custom-control-indicator-focus-box-shadow: none;
 $custom-control-indicator-size: 1.2rem;

+ 0 - 2
src/client/styles/scss/_override-bootstrap.scss

@@ -74,8 +74,6 @@
   .card.well {
     min-height: 20px;
     padding: $card-spacer-y $card-spacer-x;
-    // TODO: remove or set value for GW-2531
-    // border-radius: 3px;
   }
 
   // Dropdowns

+ 1 - 3
src/client/styles/scss/_search.scss

@@ -135,8 +135,7 @@
       > li {
         > a {
           padding: 2px 8px;
-          // TODO: remove or set value for GW-2531
-          // border-radius: 0;
+          border-radius: 0;
 
           &:hover {
             color: inherit;
@@ -186,7 +185,6 @@
         padding: 16px;
         font-size: 13px;
         border: solid 1px #ccc;
-        // border-radius: 3px;
       }
     }
   }