diff options
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index e4bd8533919..083d4656f07 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -32,12 +32,10 @@ legend { button, html [type="button"], [type="reset"], -[type="submit"] { +[type="submit"], +[role="button"] { // Override bootstrap reboot -webkit-appearance: inherit; -} - -[role="button"] { cursor: pointer; } |