Browse Source

fixe audio link hyphenation in text #431

Bachir Soussi Chiadmi 5 years ago
parent
commit
afd4aceb71

File diff suppressed because it is too large
+ 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;
-        }
       }
     }
   }

Some files were not shown because too many files changed in this diff