소스 검색

Update custom.sass, fix tooltip bug

Daniel Supernault 6 년 전
부모
커밋
5ef872ef96
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      resources/assets/sass/custom.scss

+ 2 - 2
resources/assets/sass/custom.scss

@@ -543,12 +543,12 @@ details summary::-webkit-details-marker {
     padding: 3px 8px;
     color: #fff;
     text-align: center;
-    background-color: #dc3545;
+    /*background-color: #dc3545;*/
     border-radius: .25rem;
 }
 
 .tooltip-notification .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
-    border-top-color: #dc3545; 
+    /*border-top-color: #dc3545; */
 }
 
 .carousel-control-prev-icon, .carousel-control-next-icon {