소스 검색

fixe audio link hyphenation in text #431

Bachir Soussi Chiadmi 6 년 전
부모
커밋
afd4aceb71
2개의 변경된 파일1개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 0
      sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css
  2. 1 12
      sites/all/themes/custom/edlptheme/assets/styles/app.scss

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css


+ 1 - 12
sites/all/themes/custom/edlptheme/assets/styles/app.scss

@@ -687,20 +687,9 @@ main[role="main"]{
 
   .field.text-formatted{
     a{
-      display: inline-block;
-      position: relative;
-      &:after{
-        content:'';
-        position: absolute;
-        // z-index: -1;
-        width:100%;
-        left:0; bottom:0.2em;
-        border-bottom: 1px dotted #1A1A1A;
-      }
+      border-bottom: 1px dotted #1A1A1A;
       &.audio-link{
-        &:after{
           border-color: red;
-        }
       }
     }
   }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.