Changes

From Drawn to Life Wiki
45 bytes removed ,  14:25, 21 November 2020
no edit summary
Line 161: Line 161:  
     transition: opacity 0.3s;
 
     transition: opacity 0.3s;
 
     white-space: nowrap;
 
     white-space: nowrap;
 +
    text-decoration: none;
 
}
 
}
 
#mw-content-text .tabber ul.tabbernav li:not(.tabberactive) a {
 
#mw-content-text .tabber ul.tabbernav li:not(.tabberactive) a {
Line 167: Line 168:  
#mw-content-text .tabber ul.tabbernav li:not(.tabberactive):hover a {
 
#mw-content-text .tabber ul.tabbernav li:not(.tabberactive):hover a {
 
     opacity: 0.5;
 
     opacity: 0.5;
}
  −
#mw-content-text .tabber ul.tabbernav li:not(.tabberactive):hover a {
   
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}