2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

spinners: use .sr-only instead of text-hide technique (#27736)

This commit is contained in:
Shohei Yoshida
2018-12-04 15:02:49 +09:00
committed by XhmikosR
parent a2d0e78b44
commit e9ec5e7392
2 changed files with 44 additions and 22 deletions
-4
View File
@@ -10,8 +10,6 @@
display: inline-block;
width: $spinner-width;
height: $spinner-height;
overflow: hidden;
text-indent: -999em;
vertical-align: text-bottom;
border: $spinner-border-width solid currentColor;
border-right-color: transparent;
@@ -42,8 +40,6 @@
display: inline-block;
width: $spinner-width;
height: $spinner-height;
overflow: hidden;
text-indent: -999em;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;